Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - General Questions (Q.No. 18)
18.
The SQL -92 wildcards are ____ and ____ .
asterisk (*); percent sign (%)
percent sign (%); underscore (_)
underscore(_); question mark (?)
question mark (?); asterisk (*)
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
12 comments Page 2 of 2.

Ramesh said:   10 years ago
These two wildcards are imp in SQL.

% called as a Like operator.

Hrishi said:   9 years ago
What is SQL -92?


Post your comments here:

Your comments will be displayed after verification.