Skip to content

Commit fb1d08c

Browse files
author
Amogh Singhal
authored
Update Understanding SQL Queries.md
1 parent ee46b18 commit fb1d08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Understanding SQL Queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ GROUP BY 1,2
178178

179179
#### 5.Write an SQL query that shows percentage change month over month in daily active users. Assume you have a table:
180180

181-
`usersAndFriends`
181+
`logins`
182182
| column_name | data_type |
183183
--- | --- |
184184
| user_id | int |

0 commit comments

Comments
 (0)