You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/database-read/problem/problem.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Write a program that receives a database connection string (DSN). Connect to the
2
2
3
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:
4
4
5
-
`User: Jim Morrison Age: 27 Sex: male`.
5
+
`User: Jim Morrison Age: 27 Sex: male`
6
6
7
7
Finally you will be given a random name as the second argument to your program, you should update the row in the `users` table which corresponds to this name. You should change the name to `David Attenborough`.
0 commit comments