Question: MySQL create table. Given the following table for artist, write a sql query to retrieve all the artist names and show them in ascending order.
Given the following table for artist, write a sql query to retrieve all the artist names and show them in ascending order. Your query must be correct to get full credit, no partial credit is given. CREATE TABLE artist artist id smallint(5) NOT NULL, artist name char(128) NULL, PRIMARY KEY (artist_id)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
