p
TASK # 85 – Worksho
Create the following table with fields.
p
TASK # 86 – Worksho
Insert the following records.
Insert some more grocery items as you wish. Keep it varied. Make
sure to enter the variety of values for item price and current
quantity
p
TASK # 87 – Using SELECT Worksho
Execute the following commands discuss
p
TASK # 88 – Selecting from Multiple tables. Worksho
Create the following two tables Id int.
p
TASK # 89 – Selecting from Multiple tables. Worksho
Execute the following commands
Notice the error
p
TASK # 90 – Using JOINS - INNER JOIN Worksho
p
TASK # 91 – Using JOINS - LEFT JOIN Worksho
Create the following two tables and execute the
Select command to get the names that don’t have
Any emails for them
p
TASK # 92 – Using JOINS - RIGHT JOIN Worksho
Execute the following SELECT with RIGHT JOIN to get
Only those names that have emails for them.