SQL WILDCARDS

SQL WILDCARDS

10th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

CSS Selectors

CSS Selectors

11th Grade

10 Qs

SQL SELECT

SQL SELECT

8th - 10th Grade

10 Qs

Access Wildcards Quiz

Access Wildcards Quiz

10th Grade

10 Qs

Security Systems - Threats

Security Systems - Threats

10th Grade

14 Qs

DBMS

DBMS

7th - 10th Grade

10 Qs

Evaluasi Basis Data

Evaluasi Basis Data

12th Grade - University

10 Qs

Basis data quiz

Basis data quiz

11th Grade

13 Qs

Database Management

Database Management

12th Grade

13 Qs

SQL WILDCARDS

SQL WILDCARDS

Assessment

Quiz

Computers

10th - 12th Grade

Hard

Created by

Coskun Polat

Used 32+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of following SQL Wildcard represents zero or more characters in MS Access?

_

?

%

*

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of following SQL Wildcard represents a single character in MS Access?

*

?

!

_

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of following SQL Wildcard represents a single character in MS Access?

[ ]

*

_

$

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of following SQL Wildcard represents a single numeric character in MS Access?

*

_

#

&

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of following SQL Wildcard represents zero or more characters in SQL Server?

%

*

( )

\

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of following SQL Wildcard represents a single character in SQL Server?

#

$

[ ]

_

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of following SQL Wildcard represents a single character in SQL Server?

%

_

&

#

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator allows you to specify multiple values in a WHILE clause?

SELECT

FROM

IN

SELECT DISTINCT

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operator selects values within a given range?

AND

LIKE

SELECT

BETWEEN