SQL WILDCARDS

SQL WILDCARDS

10th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Desarrollo de una Aplicación Web Básica

Desarrollo de una Aplicación Web Básica

12th Grade

12 Qs

SQL Bronze Award Revision

SQL Bronze Award Revision

9th - 10th Grade

11 Qs

SQL

SQL

12th Grade - University

10 Qs

Databases 2

Databases 2

9th - 11th Grade

13 Qs

Quiz1 (Quarter2) - Oracle

Quiz1 (Quarter2) - Oracle

12th Grade

10 Qs

SQL

SQL

11th - 12th Grade

12 Qs

Microsoft SQL Server

Microsoft SQL Server

12th Grade - Professional Development

10 Qs

Parcial 2do corte BASDAT

Parcial 2do corte BASDAT

12th Grade

10 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