SQL Interview Questions 220725 144802
SQL Interview Questions 220725 144802
Career Cafe
APPROVED
(RDMBS)?
2. What is Structured Query Language?
3.What is a Database?
4.What is primary key?
5.What is a unique key?
6.What is a foreign key?
7. Explain the difference between spreadsheets and
databases.
8. What are table and fields?
9.Explain the various SQL languages.
10. What is normalization?
function?
62. What is the difference between the CEIL, FLOOR and
ROUND functions?
63. What is the RAND() function?
64. What is the difference between LOCALTIMESTAMP
and CURRENT_TIMESTAMP?
65. Name three functions that specify current date and
time.
66. Which function returns the difference between two
periods? What would the format of the output be?
67. How can we fetch common records from two
tables?
68. How can we fetch alternate records from a table?
69. How can we select unique records from a table?
70. What is the command used to fetch the first 5
characters of the string?
71. How to use LIKE in SQL?