Back to the 2024 paper
Similar questions
Database Management SystemWhich SQL command is used to remove a table from a database? (i) REMOVE (ii) DELETE (iii) DROP (iv) CLEAR20242mDATABASE MANAGEMENT SYSTEMWhich of the following is generally used for performing tasks like creating the structure of the relations or deleting relations? - (i) DML - (ii) Query - (iii) Relational schema - (iv) DDL20242mDatabase Management SystemTo include integrity constraint in an existing relation use (i) create table (ii) modify table (iii) alter table (iv) drop table20182mDatabase Management SystemWhich of the following is an example of a DML command in SQL? (i) CREATE (ii) SELECT (iii) DROP (iv) ALTER20242m
PreviousThe ability to query data, as well as insert, delete, and alter tuples, is offered by: - (i) TCL (Transaction Control Language) - (ii) DCL (Data Control Language) - (iii) DDL (Data Definition Language) - (iv) DML (Data Manipulation Language)NextIllustrate the database characteristics, How they are different from File systems.