Skip to content

Commit ee46b18

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Understanding SQL Queries.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,11 @@ GROUP BY 1,2
175175
| page_id | int|
176176

177177
#### It should not recommend pages you already like.
178+
179+
#### 5.Write an SQL query that shows percentage change month over month in daily active users. Assume you have a table:
180+
181+
`usersAndFriends`
182+
| column_name | data_type |
183+
--- | --- |
184+
| user_id | int |
185+
| date | date|

0 commit comments

Comments
 (0)