chinook database, using MSQL 2016 Server Development. I know it is lot so do only what you
can, I really appreciate your help.
In Chinook database create new schema called MS.
Write the CREATE TABLE statements needed to implement Identity and default values in each
table:
IndividualID column be an IDENTITY field that starts with 1 and increments by 1 in all tables
Define the Dues column with a default of zero and a check constraint to allow only positive values
in Inventory table
1.Create following tablestbl_Artist (in MS schema)
Use GUI to create
Include ID, general info about author, include country in address
Generate a script and add it to query
2.tbl_Album (in MS schema)
Write a T-SQL code
Include ID, Name, Artist reference and Release date
Explain structure in WordPad document
3.tbl_Genre (in MS schema)
Write a T-SQL code
Include ID and Name
4.tbl_Media
Write a T-SQL code
Include ID and Name
5.tbl_Track (in MT schema)
Write a T-SQL code
Include ID and all columns to match a Track table
Explain structure in WordPad document
6. tbl_Customer (in MT schema)
Write a T-SQL code
Include ID and all columns to match a Customer table
Create q_PopData in all tables in MS schema using available data from tables in a default schema
in Chinook database
Artist Get names from Artist table, leave all other columns empty (NULL)
Album Get names and Artist ID from the Album table, leave Release date empty (NULL)
Genre Get names from the Genre table
Media Get names from Media table
Track Get all data from Track table
Customer - Get all data from Customer table
Populate data using specific valuesArtist (MS schema) Insert new artist using GUI, add all
missing info (doesnt have to be correct) and provide a screenshot in WordPad document
1.Tragically Hip
2.Jethro Tull
Create q_Update Artist table in MS schema by manually entering missing info (for Tragically Hip
and Jethro Tull only)
Use GUI, provide a screenshot in WordPad document
Generate script and execute it
Update Album table in MS schema
Create a script to set January 1
st
, 1995 as release data for all
Create a script to extend due date by 3 days for Tragically Hip and Jethro Tull

chinook database using MSQL 2016 Server Development I know.pdf

  • 1.
    chinook database, usingMSQL 2016 Server Development. I know it is lot so do only what you can, I really appreciate your help. In Chinook database create new schema called MS. Write the CREATE TABLE statements needed to implement Identity and default values in each table: IndividualID column be an IDENTITY field that starts with 1 and increments by 1 in all tables Define the Dues column with a default of zero and a check constraint to allow only positive values in Inventory table 1.Create following tablestbl_Artist (in MS schema) Use GUI to create Include ID, general info about author, include country in address Generate a script and add it to query 2.tbl_Album (in MS schema) Write a T-SQL code Include ID, Name, Artist reference and Release date Explain structure in WordPad document 3.tbl_Genre (in MS schema) Write a T-SQL code Include ID and Name 4.tbl_Media Write a T-SQL code Include ID and Name 5.tbl_Track (in MT schema) Write a T-SQL code Include ID and all columns to match a Track table Explain structure in WordPad document 6. tbl_Customer (in MT schema) Write a T-SQL code Include ID and all columns to match a Customer table Create q_PopData in all tables in MS schema using available data from tables in a default schema in Chinook database Artist Get names from Artist table, leave all other columns empty (NULL) Album Get names and Artist ID from the Album table, leave Release date empty (NULL) Genre Get names from the Genre table Media Get names from Media table Track Get all data from Track table Customer - Get all data from Customer table Populate data using specific valuesArtist (MS schema) Insert new artist using GUI, add all missing info (doesnt have to be correct) and provide a screenshot in WordPad document 1.Tragically Hip 2.Jethro Tull Create q_Update Artist table in MS schema by manually entering missing info (for Tragically Hip
  • 2.
    and Jethro Tullonly) Use GUI, provide a screenshot in WordPad document Generate script and execute it Update Album table in MS schema Create a script to set January 1 st , 1995 as release data for all Create a script to extend due date by 3 days for Tragically Hip and Jethro Tull