Skip to content

Commit fbf0c9b

Browse files
Grammar
1 parent 4956b46 commit fbf0c9b

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)