SQL Problem of the day #8
Assume you are given the table below on Uber transactions made by users. Write a query to obtain the third transaction of every user. Output the user ID, spend, and transaction date.
transactions Table:
Column NameType
user_idinteger
spenddec...
ishwarkoki.hashnode.dev2 min read