GKwizard The text you typed in Description column in Table Design View is displayed on A. Description bar in forms B. Report Footer when printed C. Title bar of MS Access while entering data D. Status bar while entering data Answer: Option D
1 Which of the following is a NoSQL database? A. MySQL B. MongoDB C. PostgreSQL D. Oracle View Answer
2 What does the SQL 'TRUNCATE' command do? A. Deletes all rows from a table without logging individual row deletions B. Deletes only duplicate records C. Removes table structure D. Backs up the table View Answer
3 Which SQL clause is used to filter records based on conditions? A. GROUP BY B. ORDER BY C. HAVING D. WHERE View Answer
4 Which SQL clause is used to aggregate rows based on a condition? A. ORDER BY B. GROUP BY C. HAVING D. FILTER View Answer
5 Which SQL keyword is used to remove duplicate records in a SELECT query? A. DISTINCT B. UNIQUE C. REMOVE D. EXCLUDE View Answer