Skip to content

Commit a91b975

Browse files
committed
better explanations
1 parent 37d32fa commit a91b975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/corporate-conundrum/sqlpage/migrations/01_questions.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ INSERT INTO questions (
77
VALUES (
88
'How tall is the Eiffel Tower in meters (including the tip)?',
99
'GEOG',
10-
'There is 330 meters from the ground to the tip of the Eiffel Tower',
10+
'The Eiffel Tower stands at a height of 330 meters, including the tip. This measurement includes the pinnacle that crowns the tower, providing an accurate representation of its total height from the ground to the highest point.',
1111
330
1212
),
1313
(
@@ -25,7 +25,7 @@ VALUES (
2525
(
2626
'How many bones are there in the human body?',
2727
'SCIE',
28-
'An adult human body has 206 bones.',
28+
'The human body has 206 bones. This count includes all the bones in the skeleton, ranging from the tiny bones in the ear to the larger bones in the arms, legs, spine, and skull. The number of bones can vary slightly due to fusion of certain bones during growth and development.',
2929
206
3030
),
3131
(

0 commit comments

Comments
 (0)