SQL (Structured Query Language) Question:
Download Job Interview Questions and Answers PDF
BETWEEN ... AND
Answer:
SELECT column_name FROM table_name WHERE column_name BETWEEN value1 AND value2 The values can be numbers, text, or dates.
Download SQL Interview Questions And Answers
PDF
Previous Question | Next Question |
Sort the Rows: | Why does the following command give a compilation error? |