Introduction to Database System In SQL, the CREATE TABLE is used to change a table's storage characteristics to redefine a column All of these to add a column/integrity constraint to a table to create a table, defining its columns, integrity constrains, and storage allocation to change a table's storage characteristics to redefine a column All of these to add a column/integrity constraint to a table to create a table, defining its columns, integrity constrains, and storage allocation ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which language has recently become the de-facto standard for interfacing application programs with relational database system? dBASE Oracle 4GL None of these SQL dBASE Oracle 4GL None of these SQL 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. Table Flat file None of these Data structure Database Table Flat file None of these Data structure Database ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System One solution to the multivalued dependency constraint problem is to: add a composite key. create a new theme. change the theme. split the relation into two relations, each with a single theme. add a composite key. create a new theme. change the theme. split the relation into two relations, each with a single theme. 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 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