This repository was archived by the owner on Apr 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPost.sql
More file actions
31 lines (24 loc) · 2.23 KB
/
Copy pathPost.sql
File metadata and controls
31 lines (24 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-- Matching 'Majestic Elephants' post by '2189cd77-0571-4569-9e68-933c4ee7947a' (Emiline Brasier)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('Incredible facts about elephants!', '51f7416c-4ed8-403c-8f97-e7ce10f79adc', '2189cd77-0571-4569-9e68-933c4ee7947a');
-- Matching 'Cheetahs: Fastest Land Animals' post by '925e225f-d703-4017-a021-acb6d5e54101' (Lorens Pretty)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('I never knew cheetahs were that fast!', '925e225f-d703-4017-a021-acb6d5e54101', '925e225f-d703-4017-a021-acb6d5e54101');
-- Matching 'Cheetahs: Fastest Land Animals' post by '925e225f-d703-4017-a021-acb6d5e54101' (Lorens Pretty)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('Their speed is absolutely astounding.', 'c5698f83-1add-46c6-8f66-b8e39d69574e', '925e225f-d703-4017-a021-acb6d5e54101');
-- Matching 'The Blue Whale' post by 'c5698f83-1add-46c6-8f66-b8e39d69574e' (Andros Chupin)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('Blue whales are truly magnificent.', '354e1b5e-2d34-433b-895b-62e3a27833c6', 'c5698f83-1add-46c6-8f66-b8e39d69574e');
-- Matching 'Giraffes: The Tall Mammals' post by '354e1b5e-2d34-433b-895b-62e3a27833c6' (Ardelia Arnoult)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('I love giraffes!', 'c5fb7260-f9a6-46fa-9a02-4049efea4f88', '354e1b5e-2d34-433b-895b-62e3a27833c6');
-- Matching 'Giraffes: The Tall Mammals' post by '354e1b5e-2d34-433b-895b-62e3a27833c6' (Ardelia Arnoult)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('Their height is really something special.', '52cd09d6-794e-431b-9c15-7a1989f26329', '354e1b5e-2d34-433b-895b-62e3a27833c6');
-- Matching 'Mysterious Jellyfish' post by 'd6e30789-fdd1-4cc0-8f3b-e7fd849bd56b' (Ardene Boaler)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('Jellyfish are so mysterious and fascinating.', '993f4e42-a72f-4220-85e4-4b665fe888da', 'd6e30789-fdd1-4cc0-8f3b-e7fd849bd56b');
-- Matching 'Mysterious Jellyfish' post by 'd6e30789-fdd1-4cc0-8f3b-e7fd849bd56b' (Ardene Boaler)
INSERT INTO "Comment" ("comment", "authorId", "postId")
VALUES ('They are such ancient creatures!', '2189cd77-0571-4569-9e68-933c4ee7947a', 'd6e30789-fdd1-4cc0-8f3b-e7fd849bd56b');