SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

What are the wildcards used for pattern matching.?

SQL Interview Question
SQL Interview Question

Answer:

_ for single character substitution and % for multi-character substitution.

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
TRUNCATE TABLE EMP; DELETE FROM EMP; Will the outputs of the above two commands differ?What is SQL injection?