We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4956b46 commit fbf0c9bCopy full SHA for fbf0c9b
exercises/database-read/problem/problem.md
@@ -1,6 +1,6 @@
1
Write a program that receives a database connection string (DSN). Connect to the database, query it and update some data.
2
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:
+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:
4
5
`User: Jim Morrison Age: 27 Sex: male`.
6
0 commit comments