Question
database access
im asked to create two tables; one called employees and one called products.

im then asked to enter the info in the picture below into the products table.

im then asked to create queries and im not quite sure how to do some
of them. any help would be appreciated

SerialNo Manufacturer 242XG1 Micron 242XG2 Micron 295XT4 Micron 295XT5 Micron 295XT6 Micron 295XT7 Micron 300RZ2 Micron 300RZ
• Using the employees table, display the employee name, yearly salary and start date for the employees that make less than $2
0 0
Add a comment Improve this question Transcribed image text
Answer #1
select employeeName, salary,startDate from employees where salary < 25000


select * from products where PurchaseDate BETWEEN #7/1/1999# and #7/31/1999#

select SerialNo, Manufacturer, Description, InitialValue from products where Manufacturer = 'Compaq' order by SerialNo 

select * from products where SerialNumber LIKE '5%'

select * from employees where lastName = '<your name>'

Please do note that the database is assumed as a sql database and hence written the queries in sql.
Kindly let me know if there are any issues with the date format or any other queries, Thank you :)

Add a comment
Know the answer?
Add Answer to:
database access im asked to create two tables; one called employees and one called products. im...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT