Introduction to Database System Structured Query Language (SQL) is an internationally recognized standard language that is understood by all commercial database management system products. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command is used to remove a stored function from the database? REMOVE FUNCTION DROP FUNCTION ERASE FUNCTION DELETE FUNCTION None of these REMOVE FUNCTION DROP FUNCTION ERASE FUNCTION DELETE FUNCTION None of these 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 DISTINCT SUB FROM BOOK All of these SELECT SUB FROM BOOK SELECT ALL FROM BOOK None of these SELECT DISTINCT SUB FROM BOOK All of these SELECT SUB FROM BOOK SELECT ALL FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which of the following is not a data Manipulation Language Commands? DELETE SELECT CREATE UPDATE DELETE SELECT CREATE UPDATE ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A form defines the width of each field both of the listed here none of the listed here where data is placed on the screen the width of each field both of the listed here none of the listed here where data is placed on the screen ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In a relation, the order of the rows matters. True False True False ANSWER DOWNLOAD EXAMIANS APP