Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? SELECT SUB FROM BOOK All of these SELECT DISTINCT SUB FROM BOOK None of these SELECT ALL FROM BOOK SELECT SUB FROM BOOK All of these SELECT DISTINCT SUB FROM BOOK None of these SELECT ALL FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A minimum cardinality is the minimum number of entity instances that may participate in a relationship instance. False True False True 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 ________ . metadata A report indexes user data metadata A report indexes user data ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The modify operation is likely to be done after None of these Look-up Insert Delete All of these None of these Look-up Insert Delete All of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is not a restriction for a table to be a relation? All of the entries in any column must be of the same kind. No two rows in a table may be identical. The cells of the table must contain a single value. The columns must be ordered. All of the entries in any column must be of the same kind. No two rows in a table may be identical. The cells of the table must contain a single value. The columns must be ordered. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System An on-line commercial site such as Amazon.com is an example of a(n) ________ . data mining database application multiuser database application e-commerce database application single-user database application data mining database application multiuser database application e-commerce database application single-user database application ANSWER DOWNLOAD EXAMIANS APP