Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

SQL Interview Question

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 2

Geeks for Geeks Sql Interview:-

1. What is SQL?

2. What is a database?

3. Does SQL support programming language features?

4. What are the differences between SQL and PL/SQL?

5. What is the difference between BETWEEN and IN operators in SQL?

6. Write an SQL query to find the names of employees starting with ‘A’.

7. What is the difference between CHAR and VARCHAR2 datatype in SQL?

8. Name different types of case manipulation functions available in SQL.

 string Lower('string')

 select Upper('string')

 select InItCap('select')

9. What do you mean by data definition language?

10. What do you mean by data manipulation language?

11. What is the difference between primary key and unique constraints?

12. What is the view in SQL?

13. What do you mean by foreign key?

14. What is a join in SQL? What are the types of joins?

15. What is an index?

16. What are table and Field?

17. What is a primary key?

18. What is a Default constraint?

19. What is Denormalization?

20. Explain WITH clause in SQL?


21. What are all the different attributes of indexes?
24. What is a Cursor?
25. Write down various types of relationships in SQL?
26. What is a query?

27. What is a subquery?

28. What are the different operators available in SQL?

29. What is a trigger?

30. What is the difference between DELETE and TRUNCATE commands?

31. What are local and global variables and their differences?
32. What is a constraint?
33. What is Data Integrity?
34. What is Auto Increment?
35. What is the difference between Cluster and Non-Cluster Index?
37. What are user-defined functions?
38. What are all types of user-defined functions?
39. Name the function which is used to remove spaces at the end of a string?
40. What is a stored procedure?

You might also like