Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Category : SQL

SQL related questions

Question
Assume you are given a table for spending activity by product type which has column names as order_id, user_id, product_id, spend, date . How to write a query to calculate the cumulative spend for each product over time in chronological ...
in progress 1
Anonymous 55 years 2 Answers 1090 views

Sorry it's a private question.

Question
Table A ColX 1 1 Table B ColY 1 1 1 1 1 What will be the count of rows when: (for Table A and Table B) left join right join inner join cross join full outer join
in progress 0
55 years 0 Answers 991 views Newbie