Introduction to Database System The language used in application programs to request data from the DBMS is referred to as the query language All of the listed here DDL DML query language All of the listed here DDL DML ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command(s) is(are) used to enable/disable a database trigger? ALTER TRIGGER CHANGE USER All of the listed here MODIFY USER ALTER TRIGGER CHANGE USER All of the listed here MODIFY USER ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System What is the abbreviation used for a software package that permits the users to create, retrieve and maintain records in a database? EMMS DASD FMS DBMS None of these EMMS DASD FMS DBMS None of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A functional dependency is a relationship between or among: relations. attributes. tables. rows. relations. attributes. tables. rows. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? None of these SELECT ALL FROM BOOK SELECT SUB FROM BOOK All of these SELECT DISTINCT SUB FROM BOOK None of these SELECT ALL FROM BOOK SELECT SUB FROM BOOK All of these SELECT DISTINCT SUB FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command is used to add a column/integrity constraint to a table ADD COLUMN MODIFY TABLE INSERT COLUMN ALTER TABLE ADD COLUMN MODIFY TABLE INSERT COLUMN ALTER TABLE ANSWER DOWNLOAD EXAMIANS APP