SQL (Structured Query Language) Question:
What are the wildcards used for pattern matching.?
Answer:
_ for single character substitution and % for multi-character substitution.
Previous Question | Next Question |
TRUNCATE TABLE EMP; DELETE FROM EMP; Will the outputs of the above two commands differ? | What is SQL injection? |