(SQL Coding)
Create a simple view called view_d_songs_77 that contains theID, title and artist from the DJs on Demand table for each “NewAge” type code. In the subquery, use the alias “Song Title” for thetitle column
Expert Answer
Answer to (SQL Coding) Create a simple view called view_d_songs_77 that contains the ID, title and artist from the DJs on Demand t…