Introduction to Database System In SQL, which command(s) is(are) used to create a synonym for a schema object? CREATE SCHEMA All of the listed here CREATE SYNONYM CREATE SAME CREATE SCHEMA All of the listed here CREATE SYNONYM CREATE SAME ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A functional dependency is a relationship between or among: attributes. tables. rows. relations. attributes. tables. rows. relations. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The language used in application programs to request data from the DBMS is referred to as the All of the listed here DML DDL query language All of the listed here DML DDL query language ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Data security threats include hardware failure privacy invasion fraudulent manipulation of data all of the listed here hardware failure privacy invasion fraudulent manipulation of data all of the listed here ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command(s) is(are) used to enable/disable all triggers on a table? MODIFY TRIGGERS IN TABLE All of the listed here ALTER TABLE ALTER TRIGGERS MODIFY TRIGGERS IN TABLE All of the listed here ALTER TABLE ALTER TRIGGERS ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is not a restriction for a table to be a relation? The columns must be ordered. The cells of the table must contain a single value. No two rows in a table may be identical. All of the entries in any column must be of the same kind. The columns must be ordered. The cells of the table must contain a single value. No two rows in a table may be identical. All of the entries in any column must be of the same kind. ANSWER DOWNLOAD EXAMIANS APP