Introduction to Database System In SQL, which command is used to create a database user? CREATE USER All of the listed here ADD USER TO DATABASE MK USER CREATE USER All of the listed here ADD USER TO DATABASE MK USER ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The following are functions of a DBMS except ________ . processing data administrating databases creating databases creating and processing forms processing data administrating databases creating databases creating and processing forms ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A recursive relationship is a relationship between an entity and ________ . an archetype entity a subtype entity itself an instance entity an archetype entity a subtype entity itself an instance entity ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A functional dependency is a relationship between or among attributes. True False True False ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A computer file can be best described as a random collection of data items an orderly collection of data items None of these a single data item a general collection of data items a random collection of data items an orderly collection of data items None of these a single data item a general collection of data items ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? SELECT ALL FROM BOOK SELECT SUB FROM BOOK SELECT DISTINCT SUB FROM BOOK All of these None of these SELECT ALL FROM BOOK SELECT SUB FROM BOOK SELECT DISTINCT SUB FROM BOOK All of these None of these ANSWER DOWNLOAD EXAMIANS APP