Category: SQL

SQL interview question part 8

SQL Interview Questions part 8

You can see part 7 here. 106) Display name of those employee who are getting the highest salary? 107) Display those employee whose salary is equal to average of maximum and minimum? 108) Select count of...

SQL interview question part 7

SQL Interview Questions part 7

You can see part 6 here. 91) Display ename who are working in sales dept. 92) Display employee name,deptname,salary and comm for those sal in between 2000 to 5000 while location is Chicago. 93)Display those employees...

SQL interview question part 6

SQL Interview Questions part 6

You can see part 5 here. 76) Display the following output for each row from emp table. Scott has joined the company on Wednesday 13th August nineteen ninety. [hideshow type=”sql76″]SQL>select ENAME||’ HAS JOINED THE...

SQL Interview Questions part 5

SQL Interview Questions part 5

You can read part 4 here. 61) Display the names of the employees from department number 10 with salary greater than that of all employee working in other departments.  62) Display the names of the...

SQL interview part 1

SQL Interview Questions part 1

The queries which we are going to share here, have mostly been asked in interviews. This is SQL interview questions  part 1. 1) Display the details of all employees. 2) Display the department information from...

SQl interview questions

SQL Interview Questions

Here , we will cover most common queries/questions asked in SQL interviews. You can also share the questions that you would have faced in interviews , it might be helpful for the someone. You can...

Data Types

Data Types

What is a Data Type?? A data type is something that assigns some predefined characteristics to the values and tells the SQL engine , what type of value it is and helps to differentiate...