Skip to content

Commit a8cad26

Browse files
authored
Merge pull request #81 from michaellenahan/patch-4
Grammar
2 parents 9fa13e1 + fbf0c9b commit a8cad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/database-read/problem/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Write a program that receives a database connection string (DSN). Connect to the database, query it and update some data.
22

3-
Display the information of all the users in the database table `users` who's age is over 30. Print out each row on a new line formatted like:
3+
Display the information of all the users in the database table `users` whose age is over 30. Print out each row on a new line formatted like:
44

55
`User: Jim Morrison Age: 27 Sex: male`
66

0 commit comments

Comments
 (0)