
DATA MANIPULATION THROUGH SQL
Quiz by Karan Cindae
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which of the following is an organized collection of data?
SQLite falls under which database system?
Which of the following is a control structure used to traverse and fetch the records of the database?
Any changes made in the values of the record should be saved by the command
Which of the following executes the SQL command to perform some action?
Which of the following function retrieves the average of a selected column of rows in a table?
The function that returns the largest value of the selected column is
Which of the following is called the master table?
The most commonly used statement in SQL is
Which of the following keyword avoid the duplicate?