SQL Fundamentals Quiz for Students

Quiz
•
Computers
•
11th Grade
•
Medium
Sam Wheeler
Used 2+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary goal of database normalisation?
To increase data redundancy
To reduce data redundancy
To make the database larger
To decrease data integrity
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the SQL command `SELECT` do?
It deletes data from a table
It updates data in a table
It retrieves data from a table
It inserts data into a table
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL clause is used to filter records?
WHERE
FROM
SELECT
JOIN
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct SQL statement to create a new table named "Students"?
CREATE TABLE Students;
CREATE Students TABLE;
CREATE TABLE Students ();
CREATE Students;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the `PRIMARY KEY` constraint in SQL?
To allow duplicate values in a column
To uniquely identify each record in a table
To create a foreign key relationship
To store large binary data
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL function is used to count the number of rows in a table?
COUNT()
SUM()
AVG()
MAX()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the default value of a column if no value is specified during the insertion of a new record?
NULL
0
''
1
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
SQL COMMANDS PRE

Quiz
•
11th Grade
15 questions
Databases

Quiz
•
10th Grade - University
15 questions
Learning SQL

Quiz
•
11th - 12th Grade
15 questions
A-Level Comp Sci 9618 Databases

Quiz
•
9th - 12th Grade
15 questions
Introduction to SQL (Grade 12)

Quiz
•
11th - 12th Grade
20 questions
DDL em SQL Quiz

Quiz
•
11th Grade
20 questions
Key Applications 1

Quiz
•
9th - 12th Grade
14 questions
Database

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade