SQL - Basics

Quiz
•
Computers
•
10th - 12th Grade
•
Medium

Jo Thomas
Used 62+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
RDBMS stands for?
Relational Database Management System
Rational Database Management System
Relational Data Management System
Relational Database Management Society
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Semicolon (;) is the standard way to separate each SQL statement in database systems.
True
False
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
SELECT statement is used to ..
Write data to table
Update data to table
Read data from table
Delete from table
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is used to delete a table?
SELECT
DELETE
DROP
ALTER
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Select the statement to display all data from a table that contains the columns index_number, customer_name, customer_address and phone_number
SELECT index_number FROM table;
SELECT index_number, customer_name, customer_address, phone_number FROM table;
SELECT * FROM table;
None of the above
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
SELECT DISTINCT Country FROM Customers;
The above statement provides the list of countries in the table 'Customers'.
True
False
Similar Resources on Wayground
10 questions
BTEC National ICT U2 - Database Theory Lesson 1-3

Quiz
•
12th Grade
10 questions
MS Access

Quiz
•
10th Grade
10 questions
database

Quiz
•
9th - 12th Grade
10 questions
ICT Project Quiz Class IX

Quiz
•
9th - 10th Grade
11 questions
SQL Bronze Award Revision

Quiz
•
9th - 10th Grade
8 questions
Database Fundamentals IV

Quiz
•
11th Grade
10 questions
Relational Database Quiz (XII)

Quiz
•
12th Grade
10 questions
Quiz Database Server

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade