Introduction to Database System In SQL, the CREATE TABLE is used to create a table, defining its columns, integrity constrains, and storage allocation All of these to add a column/integrity constraint to a table to change a table's storage characteristics to redefine a column to create a table, defining its columns, integrity constrains, and storage allocation All of these to add a column/integrity constraint to a table to change a table's storage characteristics to redefine a column ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Which of the following contains a complete record of all activity that affected the contents of a database during a certain period of time? data manipulation language query language transaction log report writer None of these data manipulation language query language transaction log report writer None 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? The cells of the table must contain a single value. The columns must be ordered. No two rows in a table may be identical. All of the entries in any column must be of the same kind. The cells of the table must contain a single value. The columns must be ordered. No two rows in a table may be identical. All of the entries in any column must be of the same kind. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Data items grouped together for storage purposes are called a record title None of these list string record title None of these list string ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System After you _____ a record, many data management the environments require you to issue a command to save the changes you made. Delete Index Sort key Update Delete Index Sort key Update ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System When the values in one or more attributes being used as a foreign key must exist in another set of one or more attributes in another table, we have created a(n): transitive dependency. insertion anomaly. normal form. referential integrity constraint. transitive dependency. insertion anomaly. normal form. referential integrity constraint. ANSWER DOWNLOAD EXAMIANS APP