SQL - Refining the result

SQL - Refining the result

University

10 Qs

quiz-placeholder

Similar activities

PTS DMI

PTS DMI

12th Grade - University

10 Qs

UTS Basis Data II - ITM

UTS Basis Data II - ITM

University

15 Qs

Sains Komputer Tingkatan 5 - 3.3.6 Menggunakan Bahasa

Sains Komputer Tingkatan 5 - 3.3.6 Menggunakan Bahasa

1st Grade - Professional Development

10 Qs

Quis Bahasa Pemograman 3

Quis Bahasa Pemograman 3

University

10 Qs

SYS 1591

SYS 1591

University

10 Qs

Quiz 4: MySQL Database

Quiz 4: MySQL Database

University

10 Qs

PERINTAH SQL 01

PERINTAH SQL 01

10th Grade - University

10 Qs

IDM Sessional Test

IDM Sessional Test

University

15 Qs

SQL - Refining the result

SQL - Refining the result

Assessment

Quiz

Special Education, Computers, Education

University

Medium

Created by

Priteshkumar Bhimani

Used 15+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which signs are used for string pattern in SQL?

% and _

% and #

_ and #

# and #

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose output for following sql statement.

Select * from employee where fname LIKE 'a%';

Give all the data from emplyee table

Give all the data from employee table in which fname end with 'a'

Give all the data from employee table in which fname start with 'a'

None

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

what is the output of sql statement,

Select * form t1 where t1 Like '_t%'

Give all the data from t1 table

Give all the data from t1 table in which t1 column has second position data with t.

Give all the data from t1 table in which t1 column has first position data with t.

None

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator is used to select the values within the ranges?

LIKE

RANGES

BETWEEN

NONE

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select correct sql statement for given information.

"all the data from product table in which price of the product will within the 10 and 20."

None

SELECT * FROM ProductsWHERE Price BETWEEN 10 AND 20;

SELECT * FROM Product where price 10 and 20;

SELECT * FROM ProductsWHERE Price BETWEEN 10 OR 20;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to sort the data in sql?

LIKE

Order by

Group by

none

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

By default, in which sorted form sql will will sorting the data If we used order by?

Ascending

Descending

Do not allow to sort

None

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?