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
Get all employee detail from EmployeeDetail table whose "FirstName" not start with any single character between 'a-p'
in progress 0
55 years 2 Answers 1090 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
55 years 2 Answers 1098 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
55 years 3 Answers 908 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
55 years 1 Answer 1017 views Grand Master