SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

BETWEEN ... AND

SQL Interview Question
SQL Interview Question

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 QuestionNext Question
Sort the Rows:Why does the following command give a compilation error?