Search Header Logo

Database- SQL

Authored by noor azida

Computers

University

Used 10+ times

Database- SQL
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does SQL stand for?

Strong Question Language

Structured Question Language

Structured Query Language

Simplify Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to extract data from a database?

SELECT

EXTRACT

GET

OPEN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to update data in a database?

SAVE AS

CHANGE

UPDATE

MODIFY

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to delete data from a database?

REMOVE

DELETE

COLLAPSE

DROP

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL statement is used to insert new data in a database?

ADD RECORD

ADD NEW

INSERT NEW

INSERT INTO

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

With SQL, how do you select a column named "FirstName" from a table named "Persons"?

EXTRACT FirstName FROM Persons

SELECT FirstName FROM Persons

SELECT Persons.FirstName

Select Persons FROM FirstName

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select all the records from a table named "Persons" where the value of the column "FirstName" starts with an "a"?

SELECT * FROM Persons WHERE FirstName LIKE 'a%'

SELECT * FROM Persons WHERE FirstName LIKE '%a'

SELECT * FROM Persons WHERE FirstName LIKE '%a%'

SELECT * FROM Persons WHERE FirstName = 'a'

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?

Discover more resources for Computers