One of the most important functions of any relational database management system (RDBMS) is to support your ability to manipulate data. To this end, you must be able to insert data in a table, modify that data, and then delete whatever data you no longer want to store. What are some of the MySQL commands that can be used to perform these tasks? Give an example of each command using an SQL statement and explain how each command works. Can you please give a real life inventory example that uses the commands insert, update and delete (e.g. we want to insert a new item into our grocery store inventory, then we need to update the inventory, and finally delete an item that is no longer needed, etc.) Thank you Thankyou
One of the most important functions of any relational
Can you please give a real life inventory example that uses the commands insert, update and delete (e.g. we want to insert a new item into our grocery store inventory, then we need to update the inventory, and finally delete an item that is no longer needed, etc.)
Thank you
Thankyou
Trending now
This is a popular solution!
Step by step
Solved in 2 steps