Question

SECTION B: SQL Data Manipulation Language 1. The following are parts of tables from customer sales databases schema at the AW

0 0
Add a comment Improve this question Transcribed image text
Answer #1

cust_sales_MS_SQL...RHCF\Ganesh (52))* X --answer to question a CREATE DATABASE Customer Sales GO USE Customer Sales GO CREAT

cust_sales_MS_SQL...RHCF\Ganesh (52))* X INSERT INTO CUSTOMER VALUES (1,John, Smith, 2/4/1968, 012-222-2222) INSERT I

cust_sales_MS_SQL...RHCF\Ganesh (52)) X --answer to question b DECLARE @SalesOne decimal(9,2), @SalesTwo decimal(9,2), @Diffe

cust_sales_MS_SQL...RHCF\Ganesh (52))* X answer to question C - WE CAN USE EITHER OF THE BELOW QUERY UPDATE CUSTOMER SET DOB

x cust_sales_MS_SQL...RHCF\Ganesh (52))* x answer to question d AS CREATE VIEW view SalesAmount SELECT C.CustID, C.firstname,

cust_sales_MS_SQL..RHCF\Ganesh (52))* X answer to question e SELECT MIN(salesamount) AS MINIMUM SALES AMOUNT FROM Sales SEL

cust_sales_MS_SQL...RHCF\Ganesh (52))* X answer to question f SELECT C.CustID,C.firstname, c.lastname, S. SalesAmount from Cu

cust_sales_MS_SQL...RHCF\Ganesh (52))* X answer to question & SELECT C. firstname, c.lastname, C.Phone from Customer C inner

cust_sales_MS_SQL...RHCF\Ganesh (52))* X answer to question h SELECT C.CustID,C.firstname, c.lastname, S.SalesDate, S. SalesA

Add a comment
Know the answer?
Add Answer to:
SECTION B: SQL Data Manipulation Language 1. The following are parts of tables from customer sales...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • can someone solve these quick please and thank you! sql chapter 4 Query #1: List the...

    can someone solve these quick please and thank you! sql chapter 4 Query #1: List the company name, contact name, contact title and the phone number for customers who HAVE NOT put in an order. Use an outer join. Query #2: Create a listing displaying the employee first name, last name and the full name (First name space Last Name) of the person they report to (Supervisor). This is a self-join. If an employee does not report to anyone then...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT