Question: You are to write three SQL queries: 1. A SELECT statement with specific columns and a WHERE clause. (e.g. CustomerName, CustomerAddress of all costumers from

 You are to write three SQL queries: 1. A SELECT statement
with specific columns and a WHERE clause. (e.g. CustomerName, CustomerAddress of all

You are to write three SQL queries: 1. A SELECT statement with specific columns and a WHERE clause. (e.g. CustomerName, CustomerAddress of all costumers from Mexico) 2. A Row Deletion from any table. 3. A Row Insertion in any table. You will find the tables and the SQL editor in http:// www.w3schools.com/sql/trysql.asp? filename-trysql_select all. Note that you will have to use Chrome browser for number 2 and 3 to work. After every query (other than number 1) use the following statement to see the changes done to the table: SELECT* FROM Customers; Make sure you display the right table. If you query Orders for example, then change the statement above to view Orders table (not Customers). Take snapshots of the queries and the tables and place them in a word document as images. For Start Attempt 1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!