MySQL
SQL MAX()
A sql-6-2.sql file has been opened for you.
Write each of the following tasks as a SQL statement in a new line (remember that you can source the file to compare the output reference):
- Select the newest product from the e_store.productstable. Alias the column name as: newest_product. The output should look like this:
+———————+


0 comments