SQL Interview Question
SQL Interview Question
SQL Interview Question
1. What is SQL?
2. What is a database?
6. Write an SQL query to find the names of employees starting with ‘A’.
string Lower('string')
select Upper('string')
select InItCap('select')
11. What is the difference between primary key and unique constraints?
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?