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.

Login

Register Now

It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways

Category : SQL

SQL related questions

Question
There are two tables A,B with 5 rows A - 1,2,3,4,5 B - 1,2,3,Null,Null What will be the output when you do -Left -Right -Cross -Inner Join
in progress 0
3 years 4 Answers 631 views Grand Master

Question
I have a table student with only one column i.e. Roll No. The values in the table are 10 20 10 10 20 There are in total 3 repetitive values i.e. 10 is repeated two extra times and 20 is repeated one ...
solved 6
3 years 62 Answers 2194 views Grand Master

Question
Suppose a employee timesheet table is given, which has attributes emp_id, emp_status (IN/OUT only), swipe_time(which records date and time both when the card is swiped). Write a SQL query to find total number of employees who are inside the office ...
in progress 0
Anonymous 3 years 1 Answer 974 views