SQL WILDCARDS

SQL WILDCARDS

10th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

DOS COMMANDS

DOS COMMANDS

11th Grade

10 Qs

S4 DDD

S4 DDD

10th Grade - University

14 Qs

Database Queries

Database Queries

9th - 10th Grade

14 Qs

SQL

SQL

10th Grade

10 Qs

Access Wildcards Quiz

Access Wildcards Quiz

10th Grade

10 Qs

1.2.2 1.2.3 1.2.4 Cybersecurity

1.2.2 1.2.3 1.2.4 Cybersecurity

9th - 12th Grade

10 Qs

Security Systems - Threats

Security Systems - Threats

10th Grade

14 Qs

Databáze - úvod

Databáze - úvod

10th Grade

12 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