SQL and PL/SQL Question:
Download Job Interview Questions and Answers PDF
BETWEEN ... AND operators in SQL.
Answer:
SELECT column_name FROM table_name WHERE column_name BETWEEN value1 AND value2 The values can be numbers, text, or dates.
Download SQL and PL/SQL Interview Questions And Answers
PDF
Previous Question | Next Question |
The IN operator may be used if you know the exact value you want to return for at least one of the columns. | What is the use of CASCADE CONSTRAINTS? |