SQL (Structured Query Language) Question:
Download Questions PDF

What are the wildcards used for pattern matching.?

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?