SQL Fundamentals Quiz for Students

SQL Fundamentals Quiz for Students

11th Grade

18 Qs

quiz-placeholder

Similar activities

QUIZ #3 - DATABASE

QUIZ #3 - DATABASE

11th Grade

20 Qs

QUIZ 3 - MySQL (Database, table, select, update)

QUIZ 3 - MySQL (Database, table, select, update)

9th - 12th Grade

15 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

GCSE Databases

GCSE Databases

9th - 11th Grade

18 Qs

8.3 Data Definition Language and DML Cambridge iAS 9618

8.3 Data Definition Language and DML Cambridge iAS 9618

11th Grade

20 Qs

My SQL- DDL

My SQL- DDL

11th Grade - Professional Development

20 Qs

Understanding SQL and Networking Concepts

Understanding SQL and Networking Concepts

11th Grade

20 Qs

SQL Keywords Quiz

SQL Keywords Quiz

11th Grade

20 Qs

SQL Fundamentals Quiz for Students

SQL Fundamentals Quiz for Students

Assessment

Quiz

Computers

11th Grade

Medium

Created by

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?