Question: Topic Introduction to SQL Part 2 Questions Part A: MCQ i . What command is used to add or delete attribute or column in SQL
Topic
Introduction to SQL Part
Questions
Part A:
MCQ
i What command is used to add or delete attribute or column in SQL
GENERATE
BUILD
CREATE
INSERT
Alter
ii What does the following code snippet do
SELECT FROM Student WHERE income ;
Displays all students
Displays all columns with income
Displays only age column with income
IN
iii. In what scenario a DML statement will not be executed?
When existing rows are modified.
When a table is deleted.
When some rows are deleted.
All of the above
Which of the following is the full form of DML
Data manipulation Language
Data Derivation Language
Data Detail Language
Dynamic Data Language
Deleting Data from tables is known as DDL TrueFalse
Modifying the constraints in SQL is known as DDL TrueFalse
Part B:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
