SQL (Structured Query Language) Question:

BETWEEN ... AND

Tweet Share WhatsApp

Answer:

SELECT column_name FROM table_name WHERE column_name BETWEEN value1 AND value2 The values can be numbers, text, or dates.

Download SQL PDF Read All 172 SQL Questions
Previous QuestionNext Question
Sort the Rows:Why does the following command give a compilation error?