Question: Write an SQL statement to create a view named PopularShowsView that has SLIDE_SHOW.ShowName and PICTURE.PictureName for all slide shows that have a Purpose of either
Write an SQL statement to create a view named PopularShowsView that has SLIDE_SHOW.ShowName and PICTURE.PictureName for all slide shows that have a Purpose of either 'Home' or 'Pets'. Execute this statement to create the view in the MEDIA database.
Step by Step Solution
3.40 Rating (156 Votes )
There are 3 Steps involved in it
CREATE VIEW PopularShowsView AS SELECT SShow... View full answer
Get step-by-step solutions from verified subject matter experts
