Last answered:

21 Dec 2020

Posted on:

17 Dec 2020

0

this i my answers for the BETWEEN AND

SELECT * FROM salaries where salary between 66000 AND 70000;
SELECT * FROM salaries WHERE salary NOT BETWEEN 10004 AND 10012;
SELECT * FROM departments WHERE dept_no BETWEEN 'd003' AND 'd006';

1 answers ( 0 marked as helpful)
Instructor
Posted on:

21 Dec 2020

0

Hi Aya, thank you for sharing your answers :)
We'd like to point out that this homework assignment, like most of them, includes a solutions file to which you can compare your results. Please go ahead and do so.
Meanwhile, we are working on designing a way in which we can start evaluating student's projects, but this is still in early stages of development.
Thanks once again.
Hope this is helpful.
Best,
The 365 Team

Submit an answer