Introduction to Database System
Which command is used to select distinct subject (SUB) from the table (BOOK)?

SELECT ALL FROM BOOK
SELECT DISTINCT SUB FROM BOOK
SELECT SUB FROM BOOK
None of these
All of these

ANSWER DOWNLOAD EXAMIANS APP

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

All of these
to add/rename data files, to change storage
to create a place in the database for storage of scheme objects, rollback segments, and naming the data files to comprise the tablespace
None of these
to create a database trigger

ANSWER DOWNLOAD EXAMIANS APP