Which of the following is not a DDL command? September 5, 2021September 5, 2021 administrator Which of the following is not a DDL command?UPDATEWell Done. Your Answer is Correct Keep it Up!TRUNCATEALTERNone of the options are correct
_____removes all rows from a table without logging the individual row deletions. September 5, 2021 administrator _____removes all rows from a table without logging the individual row deletions.TRUNCATEWell Done. Your Answer is Correct Keep it Up!DROPREMOVEDELETE
Which SQL keyword is used to retrieve a maximum value? September 5, 2021September 5, 2021 administrator Which SQL keyword is used to retrieve a maximum value?MAXWell Done. Your Answer is Correct Keep it Up!UPPERTOPMOST
Which of the following SQL clauses is used to DELETE tuples from a database table? September 5, 2021 administrator Which of the following SQL clauses is used to DELETE tuples from a database table?DELETEWell Done. Your Answer is Correct Keep it Up!REMOVEDROPCLEAR
Which SQL function is used to count the number of rows in a SQL query? September 5, 2021September 5, 2021 administrator Which SQL function is used to count the number of rows in a SQL query?COUNT(*)Well Done. Your Answer is Correct Keep it Up! SUM() NUMBER()COUNT()