
Chapter 1-Intro to SQL (Chapter 1-3)

Quiz
•
Computers
•
10th - 12th Grade
•
Hard
Mel PJ
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following allows you to add Address column with string value up to 50 characters in your EMP table?
ALTER TABLE emp ADD address VARCHAR2(50);
ALTER TABLE emp ADD COLUMN address VARCHAR2(50);
ALTER TABLE emp ADD address VARCHAR2(30);
ALTER TABLE emp DROP COLUMN address;
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is an example of Data Manipulation Language (DML) command?
CREATE
INSERT
ALTER
DROP
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is an example of Data Definition Language (DDL) command?
INSERT
DELETE
CREATE
UPDATE
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following will display all the records in EMPLOYEES table?
SELECT salary FROM employees;
SELECT * FROM employees;
SELECT ALL FROM employees;
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which command will execute properly?
INSERT INTO emp (101, 'Melissa', 300);
INSERT INTO emp VALUES (101, Melissa, 300);
INSERT INTO emp VALUES (101, 'Melissa', 300);
INSERT INTO emp VALUES ('101', Melissa, '300');
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which command will execute correctly?
CREATE TABLE emp (ID Number(5), Name Varchar2(25));
CREATE TABLE emp (ID Number(5), Name Varchar(25));
CREATE TABLE emp ID Number(5), Name Varchar2(25);
CREATE TABLE emp (ID Number(5), Name Varchar);
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the result If you will execute the following command: DELETE FROM emp;
The table will be deleted.
All the records will be deleted.
The structure of the table will be displayed.
The statement will not execute.
Create a free account and access millions of resources
Similar Resources on Wayground
7 questions
VVCE_SQL_RDBMS_1

Quiz
•
12th Grade - University
10 questions
Quiz Basis Data Kelas XI

Quiz
•
11th Grade
15 questions
Introduction to MySQL

Quiz
•
11th - 12th Grade
15 questions
Basis Data XII (PTSII-2023)

Quiz
•
12th Grade
10 questions
PERINTAH SQL 01

Quiz
•
10th Grade - University
10 questions
Prueba FEBRERO 2024_5to APP

Quiz
•
11th Grade
15 questions
REST API and MySQL Quiz SKG

Quiz
•
12th Grade
10 questions
Pemrograman Android KD 3.28/4.28

Quiz
•
1st Grade - Professio...
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Chaffey

Quiz
•
9th - 12th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Lab Safety and Lab Equipment

Quiz
•
9th - 12th Grade
20 questions
Getting to know YOU icebreaker activity!

Quiz
•
6th - 12th Grade
18 questions
Characteristics of Living Things

Quiz
•
9th - 10th Grade
12 questions
Macromolecules

Lesson
•
9th - 12th Grade