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
Which of the following are TCL commands? August 29, 2021August 29, 2021 administrator Which of the following are TCL commands?COMMIT and ROLLBACKWell Done. Your Answer is Correct Keep it Up!UPDATE and TRUNCATESELECT and INSERTGRANT and REVOKE
Which statement is used to delete all rows in a table without having the action logged? August 29, 2021August 29, 2021 administrator Which statement is used to delete all rows in a table without having the action logged?TRUNCATEWell Done. Your Answer is Correct Keep it Up!DROPREMOVEDELETE
Which of the following is not a DDL command? August 29, 2021August 29, 2021 administrator Which of the following is not a DDL command?UPDATEWell Done. Your Answer is Correct Keep it Up!CREATEALTERTRUNCATE
Which of the following is not a valid SQL type? August 29, 2021August 29, 2021 administrator Which of the following is not a valid SQL type?DECIMALWell Done. Your Answer is Correct Keep it Up!NUMERICFLOATCHARACTER
Which one of the following is commonly used to define the overall design of the database? August 29, 2021August 29, 2021 administrator Which one of the following is commonly used to define the overall design of the database?SchemaWell Done. Your Answer is Correct Keep it Up!Data definition languageApplication programSource code