Question: create 1 database that contains 5 tables. These 5 tables must contain at least 5 columns. Each column must contain 5 values. Your values must
create database that contains tables. These tables must contain at least columns. Each column must contain values. Your values must contain char, varchar, decimal, date, null, and primary key. Although the minimum is for each, I would recommend doing maybe so that it will be easier to do all of the data types and all of the queries.
After you create this database, you need to enter commands that will query the following information:
Display one table. Then, display all tables.
Functions to use correctly: in order by count, where, like, between, not, or and, group, having, update.
Create at least one of these functions correctly: avg, max, or min.
Display certain values in a specific column. Then display all values in a specific column.
Create a NEW DATABASE. Add ONE EMPTY TABLE. Delete the empty table. Then drop the new database.
Use the q command to exit mysql when you have completed all of the queries for this assignmentC
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
