Introduction to Database System Which type of entity has its relationship to another entity determined by an attribute in that other entity called a discriminator? Archetype entity Supertype entity Instance entity Subtype entity Archetype entity Supertype entity Instance entity Subtype entity ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The term _____ is sometimes used to refer to a data file in which all the records have the same record format, that is, the same field names, field lengths, and data types. Database Flat file Table Data structure None of these Database Flat file Table Data structure None of these ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The functional dependency R → S means that the value of S can be determined when we are given a value of R. 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 ALL FROM BOOK SELECT SUB FROM BOOK None of these All of these SELECT DISTINCT SUB FROM BOOK SELECT ALL FROM BOOK SELECT SUB FROM BOOK None of these All of these SELECT DISTINCT SUB FROM BOOK ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System The DBMS ranked as being the "hardest to use" in the text is Microsoft's SQL Server. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System If attribute A determines both attributes B and C, then it is also true that: C → (B,C) → A → B → C → (B,C) → A → B → ANSWER DOWNLOAD EXAMIANS APP