Introduction to Database System Every time attribute A appears, it is matched with the same value of attribute B, but not the same value of attribute C. Therefore, it is true that: A → A → A → (B,C). (B,C) → A → A → A → (B,C). (B,C) → ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following is not true of the traditional approach to information processing? There is common sharing of data among the various applications Programs are dependent on the files All of these It is file-oriented It is inflexible There is common sharing of data among the various applications Programs are dependent on the files All of these It is file-oriented It is inflexible ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A database has data and relationships. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System If you want your database to include methods, you should use a _____ database. Hierarchical Distributed Object-Oriented Network Hierarchical Distributed Object-Oriented Network ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A _____ means that one record in a particular record type may be related to more than one record of another record type. Many-to-one relationship One-to-one relationship Many-to many relationship One-to-many relationship Many-to-one relationship One-to-one relationship Many-to many relationship One-to-many relationship ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which command is used to select distinct subject (SUB) from the table (BOOK)? All of these None of these SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK All of these None of these SELECT ALL FROM BOOK SELECT DISTINCT SUB FROM BOOK SELECT SUB FROM BOOK ANSWER DOWNLOAD EXAMIANS APP