Introduction to Database System In SQL, which command is used to add a column/integrity constraint to a table MODIFY TABLE ALTER TABLE INSERT COLUMN ADD COLUMN MODIFY TABLE ALTER TABLE INSERT COLUMN ADD COLUMN ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In a relational schema, each tuple is divided into fields called Relations Domains Queries All of the listed here Relations Domains Queries All of the listed here ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System Row is synonymous with the term: column. relation. field. record. column. relation. field. record. ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System A database has a built-in capability to create, process and administer itself. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System An entity is something that can be identified in the user's work environment; something that the users want to track. False True False True ANSWER DOWNLOAD EXAMIANS APP
Introduction to Database System In SQL, which command is used to add new rows to a table? ADD ROW APPEND INSERT ALTER TABLE ADD ROW APPEND INSERT ALTER TABLE ANSWER DOWNLOAD EXAMIANS APP