You are on page 1of 2

GOVERNMENT COLLEGE OF ENGINEERING DHARMAPURI - 636704

ASSOCIATION OF COMPUTERSCIENCE AND ENGINEERS

VIKTA.2 - 24

1. In SQL, what does the term "Alias" refer to?


2.Which SQL clause is used to filter the results of a query?
3. What is the purpose of the GROUP BY clause in SQL?
4. In SQL, what does the acronym CRUD stand for?
5. Which SQL statement is used to insert new data into a database?
6. What is the primary key used for in a database table?
7. Which SQL function is used to find the total number of rows in a table?
8. What does the acronym DDL stand for in SQL?
9. What SQL keyword is used to sort the result set in ascending order?
10. Which SQL command is used to modify existing data in a table?
11. What is the purpose of the SQL JOIN clause?
12. Which SQL statement is used to delete records from a database table?
13. What does the SQL term "Normalization" refer to?
14. Which SQL operator is used to combine rows from two or more tables based on a
related column?
15. What is the purpose of the SQL HAVING clause?
16. Which SQL data type is used to store variable-length character strings?
17. What does the SQL term "Index" improve in a database?
18. Which SQL aggregate function calculates the average value of a numeric
column?
19. What is the purpose of the SQL UNION operator?
20. Which SQL constraint ensures that all values in a column are unique?

You might also like