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
Which of the following is not a valid aggregate function? August 29, 2021August 29, 2021 administrator Which of the following is not a valid aggregate function?COMPUTEWell Done. Your Answer is Correct Keep it Up!COUNTSUMMAX
Which datatype can store unstructured data in a column? August 29, 2021August 29, 2021 administrator Which datatype can store unstructured data in a column?RAWWell Done. Your Answer is Correct Keep it Up!CHARNUMERICVARCHAR
Which of the following is not Constraint in SQL? August 29, 2021August 29, 2021 administrator Which of the following is not Constraint in SQL?UnionWell Done. Your Answer is Correct Keep it Up!CheckNot NullPrimary Key
How many Primary keys can have in a table? August 29, 2021August 29, 2021 administrator How many Primary keys can have in a table?Only 1Well Done. Your Answer is Correct Keep it Up!Only 2Depends on no of ColumnsDepends on DBA
SQL Views are also known as August 29, 2021August 29, 2021 administrator SQL Views are also known asVirtual tablesWell Done. Your Answer is Correct Keep it Up!Simple tablesComplex tablesActual Tables