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
Get all employee detail from EmployeeDetail table whose "FirstName" not start with any single character between 'a-p'
in progress 0
4 years 2 Answers 853 views Member

Question
How can you create an empty table from an existing table? Suppose the name of existing table is student and new table is studentcopy
in progress 0
4 years 2 Answers 828 views Member

Question
Write an SQL Query find number of employees according to gender whose DOB is between 01/01/1960 to 31/12/1975. Use column name as sex,DOB table name Employees
in progress 0
4 years 3 Answers 749 views Member

Question
A simple query looks something like below Select * FROM Table1 Left join Table 2 on (Condition) where group by order by But what is the flow of execution of commands at the back-end?
in progress 0
4 years 1 Answer 825 views Grand Master