SQL-Query 1

SQL-Query 1

1st - 5th Grade

11 Qs

quiz-placeholder

Similar activities

N4/5 Admin - Databases

N4/5 Admin - Databases

3rd Grade

16 Qs

Hindi Simple pronoun & auxiliary verb

Hindi Simple pronoun & auxiliary verb

1st - 12th Grade

15 Qs

Telling Time (British Way)

Telling Time (British Way)

4th - 10th Grade

15 Qs

Rangking 1 Colorful Ramadhan

Rangking 1 Colorful Ramadhan

1st - 5th Grade

10 Qs

SQL Programming

SQL Programming

1st - 3rd Grade

15 Qs

Korean

Korean

KG - Professional Development

10 Qs

Kelas Inspirasi hari kedua

Kelas Inspirasi hari kedua

1st - 2nd Grade

10 Qs

Learn SQL Basics

Learn SQL Basics

2nd Grade

10 Qs

SQL-Query 1

SQL-Query 1

Assessment

Quiz

Education

1st - 5th Grade

Hard

Created by

Văn Phương

Used 25+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL is the abbreviation of

Stream Query Language

State Query Language

Structured Query Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

SQL is include

DDL, DML, DCL

DDL, DML, ACL

DLL, DML, DCL

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Data Manipulation Language - DML is used to

create a table

Insert data

Delete data

create a database

update data

4.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which syntax is correct

SELECT *

FROM <table_name>

SELECT *

FROM <database_name>.<table_name>

SELECT <column_name_1>,

<column_name_2> AS <alias_name>

FROM <table_name>

SELECT <column_name_1>,

<column_name_2> AS <alias_name>

FROM <database_name>.<table_name>

5.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Add 1 word to this sentence which selects all column in Hocvien table


Select ______from hocvien

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Hocvien table have column: MaHV, Ho, Ten, NamSinh.

which columns print out if you run the query:

select MaHV, Ten from HocVien

All columns

MaHV, Ho, Ten

MaHV, Ten

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Hocvien table have column: MaHV, Ho, Ten, NamSinh.

which columns print out if you run the query:

select Ho + Ten as HoTen from HocVien

All columns

MaHV, Ho, Ten, NamSinh.

Ho, Ten

HoTen

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?