External Exam Download Resources Web Applications Games Recycle Bin

Select From

select1.sql

SELECT *
FROM menu

select2.sql

SELECT title, category
FROM menu

select3.sql

SELECT num, title, price
FROM menu
  1. run the sample queries above
  2. write a query to show the description and price only