SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

SQL How would you use the Between command in SQL langauge

Author: Will Parker



Answer:

SELECT * FROM Table WHERE Column BETWEEN number1 AND number2;


0 / 5  (0 ratings)

1 answer(s) in total