IST 210 Units 1 & 2 Quiz In this quiz, you will create a mus…
IST 210 Units 1 & 2 Quiz In this quiz, you will create a music database with the music_basic table. The table will contain simple information about a variety of different songs. The database and table need to be created and filled with data, using MySQL Workbench. There is a file music_basic_dataset.csv that contains the song information to be loaded into the music_basic table. The music_basic table should be designed to contain the following data: Column name Datatype Constraints idmusic integer primary key, not null, auto-increment song varchar(100) not null artist varchar(45) genre varchar(20) duration float release_date integer album varchar(45)