Skip to content

ArunAsokan4/SQL_Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

SQL Assignment to retrieve schema and execute selections.

Task 1: Using the Query 2 you created change the points to reads times by 10 and plus 100. Record your results in your word document Change the Query 2 code to create a discount factor so the table now shows a discount header and changing the (point + 10) *100

image

Task 2: Write a SQL query to return all the products in our database in the result set. I want to make three new columns, name, unit price, and new column called new price which is based on this expression, (unit price * 1.1 ). So, what you are doing is increasing the product price of each by 10%. So with the query we want all the products the original price and the new price.

image

Task 3: In this task create a new query to find all the customers with a birth date of > '1990-01-01'

image

Task 4: Create EER Diagram image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published