Question: this im stuck Select all rows that have a release_date between 1970 and 1980 or where the album is Thriller. then the rest of this

this im stuck Select all rows that have a release_date between 1970 and 1980 or where the album is Thriller.

then the rest of this

1,2,3 this im stuck Select all rows that have a release_date between1970 and 1980 or where the album is Thriller. then the rest

4. Omitting the WHERE clause in a DELETE statement results in all rows in the table being deleted Instructions: Include all screenshots of each step in a single word document. Screenshots should include executed statements and output. Make sure to include your database name in each screenshot. Steps: 1. Insert the following data into the music_basic table. Display all data from the table using a SELECT statement. 2. UPDATE the following data in the table. Display all data from the table using a SELECT statement. - UPDATE the title of the song 'Saturday' to 'Friday' - UPDATE the album title from 7 to 8 - UPDATE the duration of the song 'Blank Space' from 3.39 to 4.35 - UPDATE the album for 'I want to hold your hand' to 'Meet the Beatles' 3. DELETE the following data. a. DELETE all songs from the music basic database where the title contains the keyword 'Two' b. DELETE all songs from the music basic database where the genre is Skiffle 4. Omitting the WHERE clause in a DELETE statement results in all rows in the table being deleted Instructions: Include all screenshots of each step in a single word document. Screenshots should include executed statements and output. Make sure to include your database name in each screenshot. Steps: 1. Insert the following data into the music_basic table. Display all data from the table using a SELECT statement. 2. UPDATE the following data in the table. Display all data from the table using a SELECT statement. - UPDATE the title of the song 'Saturday' to 'Friday' - UPDATE the album title from 7 to 8 - UPDATE the duration of the song 'Blank Space' from 3.39 to 4.35 - UPDATE the album for 'I want to hold your hand' to 'Meet the Beatles' 3. DELETE the following data. a. DELETE all songs from the music basic database where the title contains the keyword 'Two' b. DELETE all songs from the music basic database where the genre is Skiffle

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!