A CASE SQL statement is ________? August 29, 2021August 29, 2021 administrator A CASE SQL statement is ________?A way to establish an IF-THEN-ELSE in SQLWell Done. Your Answer is Correct Keep it Up!A way to establish a loop in SQL.A way to establish a data definition in SQLAll options are correct
Which command is used to change the definition of a table in SQL? August 29, 2021August 29, 2021 administrator Which command is used to change the definition of a table in SQL?ALTERWell Done. Your Answer is Correct Keep it Up!UPDATECREATESELECT
Which type of JOIN is used to returns rows that do not have matching values? August 29, 2021August 29, 2021 administrator Which type of JOIN is used to returns rows that do not have matching values?Outer JOINWell Done. Your Answer is Correct Keep it Up!EQUI JOINNatural JOINAll options are correct
A command that lets you change one or more field in a table is: August 29, 2021August 29, 2021 administrator A command that lets you change one or more field in a table is:MODIFYWell Done. Your Answer is Correct Keep it Up!INSERTLOOK-UPAll options are correct
_______ clause creates temporary relation for the query on which it is defined. August 29, 2021August 29, 2021 administrator _______ clause creates temporary relation for the query on which it is defined.FROMWell Done. Your Answer is Correct Keep it Up!WITHWHERESELECT
In which of the following cases a DML statement is not executed? August 29, 2021August 29, 2021 administrator In which of the following cases a DML statement is not executed?When a table is deleted.Well Done. Your Answer is Correct Keep it Up!When existing rows are modified.When some rows are deleted.All options are correct
If we have not specified ASC or DESC after a SQL ORDER BY clause, the following is used by default August 29, 2021August 29, 2021 administrator If we have not specified ASC or DESC after a SQL ORDER BY clause, the following is used by defaultASCWell Done. Your Answer is Correct Keep it Up!DESCThere is no default valueNone of the options are correct
What operator tests column for absence of data August 29, 2021August 29, 2021 administrator What operator tests column for absence of dataIS NULL OperatorWell Done. Your Answer is Correct Keep it Up!Exists OperatorNOT OperatorNone of the options are correct
Which operator is used to compare a value to a specified list of values? August 29, 2021August 29, 2021 administrator Which operator is used to compare a value to a specified list of values?INWell Done. Your Answer is Correct Keep it Up!ALLBETWEENANY
Which data manipulation command is used to combines the records from one or more tables? August 29, 2021August 29, 2021 administrator Which data manipulation command is used to combines the records from one or more tables?JOINWell Done. Your Answer is Correct Keep it Up!SELECTPROJECTPRODUCT