Question: Chinook database, using MSQL 2016 Server Development, can somebody help me with the last two-these which are highlighted. Thank you!!! Write statements to generate empty
Chinook database, using MSQL 2016 Server Development, can somebody help me with the last two-these which are highlighted. Thank you!!!
Write statements to generate empty tbl_Album, tbl_Artist and tbl_Track tables, based on Album, Artist and Track tables, using SELECT INTO command
Insert all artists in tbl_Artist, from Artist table, whose name starts with P and Q
Delete all artists from tbl_Artist table with name starting with Q
Truncate tbl_Artist table
Insert all artists in tbl_Artist, from Artist table, whose name starts with B
Insert all albums in tbl_Album, from Album table, for all artists in tbl_Artist table
Insert all tracks in tbl_Track, from Track table, for all albums in tbl_Album
Insert new artist using values, name is Berliner Philharmoniker & Simon Rattle
Insert two new albums using values for new artist, include proper ArtistID
1. Tchaikovsky: The Nutcracker
2. Mahler: Symphony No. 6
Insert tracks for two new albums, use tracks from tbl_Track table with AlbumId:
1. 339
2. 340
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
