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 ________ .

indexes
user data
A report
metadata

ANSWER DOWNLOAD EXAMIANS APP

Introduction to Database System
In SQL, the CREATE TABLE is used

to add a column/integrity constraint to a table
to redefine a column
to change a table's storage characteristics
All of these
to create a table, defining its columns, integrity constrains, and storage allocation

ANSWER DOWNLOAD EXAMIANS APP