Introduction to SQL

Introduction to SQL

University

13 Qs

quiz-placeholder

Similar activities

Types of Mass Media

Types of Mass Media

10th Grade - Professional Development

11 Qs

CBA Excel 1

CBA Excel 1

University

10 Qs

Python Quiz

Python Quiz

University

15 Qs

Computer Hardware - CPU & GPU

Computer Hardware - CPU & GPU

7th Grade - University

16 Qs

Hands-on Modul 3

Hands-on Modul 3

University

10 Qs

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

CS100||MsWord

CS100||MsWord

University

10 Qs

DSA quiz 3 set 1

DSA quiz 3 set 1

University

10 Qs

Introduction to SQL

Introduction to SQL

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

ITITIU20226 Tạ Vĩ Khang

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

13 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What does SQL stand for?

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

SELECT UNIQUE

SELECT DIFFERENT

SELECT

SELECT DISTINCT

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

MODIFY

SAVE AS

UPDATE    

SAVE

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

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

INSERT INTO   

ADD NEW

INSERT NEW

ADD RECORD

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you select a column named "FirstName" from a table named "Persons"?

SELECT Persons.FirstName

SELECT FirstName FROM Persons

EXTRACT FirstName FROM Persons

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

How do you select all the columns from a table named "Persons"?

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To select all the records from a table named "Persons" where the value of the column "FirstName" is "Peter", we use

SELECT * FROM Persons WHERE FirstName<>'Peter'     

SELECT [all] FROM Persons WHERE FirstName='Peter'

SELECT * FROM Persons WHERE FirstName='Peter'

SELECT [all] FROM Persons WHERE FirstName LIKE 'Peter'

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