Introduction to Database System In which of the following is a single-entity instance of one type related to many entity instances of another type? Many-to-Many Relationship One-to-Many Relationship Composite Relationship One-to-One Relationship Many-to-Many Relationship One-to-Many Relationship Composite Relationship One-to-One Relationship ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System You have run an SQL statement that asked the DBMS to display data in a table named USER_TABLES. The results include columns of data labeled "TableName," "NumberOfColumns" and "PrimaryKey." You are looking at ________ . user data indexes metadata A report user data indexes metadata A report ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command(s) is(are) used to enable/disable all triggers on a table? ALTER TABLE ALTER TRIGGERS All of the listed here MODIFY TRIGGERS IN TABLE ALTER TABLE ALTER TRIGGERS All of the listed here MODIFY TRIGGERS IN TABLE ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command(s) is(are) used to create a synonym for a schema object? CREATE SYNONYM All of the listed here CREATE SAME CREATE SCHEMA CREATE SYNONYM All of the listed here CREATE SAME CREATE SCHEMA ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is a type of DBMS software? utilities All of these database manipulation language query language report writer utilities All of these database manipulation language query language report writer ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A relation is in Boyce-Codd Normal Form (BCNF) if every determinant is a composite key. True False True False ANSWER DOWNLOAD EXAMIANS APP