SQL INSERT

SQL INSERT

10th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

مراجعة للاختبار 4

مراجعة للاختبار 4

10th Grade

16 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

QUIZ:SQL By Kru.PICHAYA

QUIZ:SQL By Kru.PICHAYA

10th Grade - University

10 Qs

SQL Server Quiz

SQL Server Quiz

11th Grade

15 Qs

Bài 24: Sao lưu và phục hồi CSDL

Bài 24: Sao lưu và phục hồi CSDL

11th Grade

10 Qs

L3 BTEC Unit 2 - SQL

L3 BTEC Unit 2 - SQL

11th - 12th Grade

10 Qs

Mengenal Database

Mengenal Database

9th - 12th Grade

13 Qs

Las Consultas en Bases de Datos

Las Consultas en Bases de Datos

10th Grade

10 Qs

SQL INSERT

SQL INSERT

Assessment

Quiz

Computers

10th - 11th Grade

Hard

CCSS
RI.9-10.4, RI.11-12.4, RI.7.4

+1

Standards-aligned

Created by

Mr McCormack

Used 6+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "SQL" stand for?

Structured Question Language

Structured Query Language

Simple Query Language

Simple Question Language

Tags

CCSS.RI.11-12.4

CCSS.RI.7.4

CCSS.RI.8.4

CCSS.RI.9-10.4

CCSS.RI.9-10.4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement allows us to add a record to a table?

Add To

Update To

Add Into

Insert Into

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement would add a record to the database?

INSERT INTO Designer VALUES ('SMI01', 'M Smith', 'mail@msmith.com', '01224123456')

INSERT VALUES ('SMI01', 'M Smith', 'mail@msmith.com', 01224123456') INTO Designer

INSERT ('SMI01', 'M Smith', 'mail@msmith.com', '01224123456') INTO Designer

INSERT Designer INTO VALUES (''SMI01', 'M Smith', 'mail@msmith.com', '01224123456')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a field?

A collection of information

A single item of information

A list of information

A group of records

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to update data in a database?
MODIFY
 SAVE AS
UPDATE
SAVE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how can you insert a new record into the "Persons" table?
 INSERT INTO Persons VALUES ('Ahmed');
 INSERT VALUES ('Ahmed') INTO Persons;
 INSERT ('Ahmed') INTO Persons;
INSERT VALUES INTO ('AHMED');

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The OR operator displays a record if ANY conditions listed are true. The AND operator displays a record if ALL of the conditions listed are true

True

False

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?