SQL WILDCARDS

SQL WILDCARDS

10th - 12th Grade

9 Qs

quiz-placeholder

Similar activities

Introduction to Databases

Introduction to Databases

10th Grade

12 Qs

SQL Quiz

SQL Quiz

12th Grade

10 Qs

Clasificación de Bases de Datos

Clasificación de Bases de Datos

10th Grade - University

10 Qs

computer

computer

3rd - 10th Grade

14 Qs

ITFN Test 3

ITFN Test 3

KG - Professional Development

11 Qs

SQL

SQL

10th - 12th Grade

11 Qs

Database

Database

8th - 12th Grade

10 Qs

POST TEST BASIS DATA KELAS 11

POST TEST BASIS DATA KELAS 11

11th 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