Database Assignment 1 (SQL)

You can complete this assignment using notepad


The Database: You are going to write a SQL Statement for a Database:
  1. That has 1 table called - Music -
  2. The Music table has 20 records each with 6 fields
  3. The Fields are: Title, Artist, Tracks, Cost, Genre, Inventory
Your Statement: Write a SQL Select Statement that:
  1. Returns all the records from the database that:
  2. Are in the Genre of Rock AND
  3. You have in stock (Hint: Inventory would have to be atleast 1)
Save your SQL Statement in a Notepad document and email it to me as an Attachment.
Use " Database Assignment - SQL" for the Subject line. Remember to identify yourself by name and class in the email body.

Return to Assignments Index