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

A report
user data
metadata
indexes

ANSWER DOWNLOAD EXAMIANS APP

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

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

ANSWER DOWNLOAD EXAMIANS APP