SQL INSERT

SQL INSERT

10th - 11th Grade

13 Qs

quiz-placeholder

Similar activities

SQL-запросы

SQL-запросы

10th Grade

10 Qs

RDBMS Quiz Class X

RDBMS Quiz Class X

10th Grade

15 Qs

POST TEST BASIS DATA KELAS 11

POST TEST BASIS DATA KELAS 11

11th Grade

10 Qs

SQL DDL

SQL DDL

9th - 12th Grade

15 Qs

MS SQL

MS SQL

11th Grade

12 Qs

SQL

SQL

11th - 12th Grade

15 Qs

Вопросы по SQL

Вопросы по SQL

10th Grade

10 Qs

SQL

SQL

11th - 12th Grade

12 Qs

SQL INSERT

SQL INSERT

Assessment

Quiz

Computers

10th - 11th Grade

Hard

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

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?