The world’s Largest Sharp Brain Virtual Experts Marketplace Just a click Away
Levels Tought:
Elementary,Middle School,High School,College,University,PHD
| Teaching Since: | Apr 2017 |
| Last Sign in: | 103 Weeks Ago, 3 Days Ago |
| Questions Answered: | 4870 |
| Tutorials Posted: | 4863 |
MBA IT, Mater in Science and Technology
Devry
Jul-1996 - Jul-2000
Professor
Devry University
Mar-2010 - Oct-2016
structured Query Language
Part 1
The Data Definition Language (DDL) is used to create and destroy databases and database objects. These commands will primarily be used by database administrators during the setup and removal phases of a database project.
Please respond to all of the following prompts:
Part 2
Goal: Using SQL, create a new table. Define each of its columns. Include at least one text and one numeric column.
· Create a table using SQL:
· Build a table of your favorite songs. Include the following:
Â
Structured Query LanguagePart 1The Data Definition Language (DDL) is used to create and destroy databases and database objects.These commands will primarily be used by database administrators during the setup and removal phases of a database project.Please respond to all of the following prompts:Discuss commands that are used to modify database tables (i.e., CREATE, INSERT, DROP).When would you want to use each of these commands?Compare and contrast the advantages of tables and views.Compare and contrast that advantages of tables and views.Part 2Goal: Using SQL, create a new table. Define each of its columns. Include at least one text and one numeric column.Create a table using SQL:Build a table of your favorite songs. Include the following:A song IDName of the songThe performer
Attachments:
-----------