Which of these is not a DDL Command?

SQL_1

Quiz
•
Computers
•
12th Grade
•
Medium
Anjali Luthra
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create
Drop
Update
Truncate
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
You are required to update the phone number for only the DesignerID "SMI01" in the "Designer" table. Which of these would successfully do that?
UPDATE Designer SET PhoneNo = '01224123456'
UPDATE Designer (PhoneNo) VALUES ('01224123456')
UPDATE Designer SET PhoneNo = '01224123456' WHERE DesignerID = 'SMI01'
UPDATE PhoneNo = '01224123456' FROM Designer WHERE DesignerID = 'SMI01'
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The UPDATE SQL clause can _____________
update only one row at a time
update more than one row at a time
delete more than one row at a time
delete only one row at a time
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is used to extract data from a database?
Extract
Get
Open
Select
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
It is a DML command that is used to display record.
DISPLAY
STRUCTURE
WHERE
SELECT
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Write the SQL command to change the datatype of the column SubjectName form char(10) to varchar(50) in table student.
Alter table Student
modify subjectname varchar(50);
Alter table Student
update subjectname varchar(50);
Update Student
modify subjectname char(50);
None
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
_________________ SQL command used to destroy the table named ‘STUDENT ‘ completely from database.
delete Student;
drop table student;
truncate table student;
delete table student;
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Introduction to MySQL

Quiz
•
11th - 12th Grade
20 questions
Database2 DIT

Quiz
•
6th - 12th Grade
15 questions
SQL

Quiz
•
11th - 12th Grade
17 questions
SQL Básico para Estudiantes de 12º Grado

Quiz
•
12th Grade
16 questions
Ficha de SQL

Quiz
•
10th - 12th Grade
20 questions
BASIS DATA KELAS XII RPL

Quiz
•
12th Grade
20 questions
MySQL-Grade XII IP

Quiz
•
12th Grade
15 questions
Structured Query Language Quiz

Quiz
•
12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University