The command used to delete a particular column in a relation is ____________ July 20, 2021July 20, 2021 administrator The command used to delete a particular column in a relation is ____________ALTER , DROPExplanation: NoneUPDATE TABLETRUNCATE COLUMNDELETE COLUMN
The SQL used by front-end application programs to request data from the DBMS is called _______ July 20, 2021July 20, 2021 administrator The SQL used by front-end application programs to request data from the DBMS is called _______DMLExplanation: NoneDDLVDLSDL
A SQL query automatically eliminates duplicates (True / False) ? July 20, 2021July 20, 2021 administrator A SQL query automatically eliminates duplicates (True / False) ?FALSEExplanation: NoneTRUESometimesNone of the Options are Correct
SQL permits attribute names to be repeated in the same relation. (True or False) July 20, 2021July 20, 2021 administrator SQL permits attribute names to be repeated in the same relation. (True or False)FALSEExplanation: NoneTRUESometimesNone of Options are Correct
Which operator is used to compare a value to a specified list of values? July 20, 2021July 20, 2021 administrator Which operator is used to compare a value to a specified list of values?INExplanation: NoneBETWEENANYALL
Which data manipulation command is used to combines the records from one or more tables? July 20, 2021July 20, 2021 administrator Which data manipulation command is used to combines the records from one or more tables?JOINExplanation: NoneSELECTPROJECTPRODUCT
Which of the following is not a valid SQL type? July 20, 2021July 20, 2021 administrator Which of the following is not a valid SQL type?DECIMALExplanation: NoneFLOATNUMERICCHARACTER
Which of the following is not a database object? July 20, 2021July 20, 2021 administrator which of the following is not a database object?RelationshipsExplanation: NoneTablesQueriesReports
A data dictionary is a repository that manages _____ July 20, 2021July 20, 2021 administrator A data dictionary is a repository that manages _____MetadataExplanation: NoneData ValidatorMemorySpell Checker
The overall description of a database is called______. July 20, 2021July 20, 2021 administrator The overall description of a database is called______.Database schemaExplanation: NoneData integrityData manipulationData definition