Introduction to Database System In SQL, which command is used to remove a stored function from the database? DELETE FUNCTION None of these REMOVE FUNCTION DROP FUNCTION ERASE FUNCTION DELETE FUNCTION None of these REMOVE FUNCTION DROP FUNCTION ERASE FUNCTION ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A subtype entity is a special case of another entity called a supertype entity. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In a 1:N relationship, the parent is the entity on the one side of the relationship and the child is the entity on the N side of the relationship. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK All of these SELECT ALL FROM BOOK None of these SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK All of these SELECT ALL FROM BOOK None of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The relational model uses some unfamiliar terminology. A tuple is equivalent to a record data base data item field record data base data item field ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System 1:1, 1:N and N:M relationships are also known as HAS-A relationships. False True False True ANSWER DOWNLOAD EXAMIANS APP