SQL Query | Level – Basic 2 Question Ritika Sohal Get all employee detail from EmployeeDetail table whose "FirstName" not start with any single character between 'a-p' in progress 0 SQL 55 years 2 Answers 1090 views Member
SQL Query | Level – Basic 4 Question Ritika Sohal 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 SQL 55 years 2 Answers 1098 views Member
SQL Query | Level – Basic 3 Question Ritika Sohal Get all the employee detail from EmployeeDetail table whose "FirstName" starts with A and contain 5 letters in progress 0 SQL 55 years 3 Answers 1002 views Member
SQL Query | Level – Basic Question Ritika Sohal 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 SQL 55 years 3 Answers 907 views Member
Find the Nth largest salary from employee table. Question Ritika Sohal Best way to get the Nth highest salary from a table. Table name - Employee Columns - Emp_id, salary,depar in progress 1 SQL 55 years 3 Answers 1255 views Member