Search Header Logo

SQL Fundamentals Quiz for Students

Authored by Sam Wheeler

Computers

11th Grade

Used 3+ times

SQL Fundamentals Quiz for Students
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?