Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
31 views2 pages

Data 4 Table

The document contains sales order, sales order details, purchase order and purchase order details tables with information about order IDs, customer names, product IDs, quantities, unit prices and dates. The tables track order information from customers, suppliers and products.

Uploaded by

Rohit bagh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views2 pages

Data 4 Table

The document contains sales order, sales order details, purchase order and purchase order details tables with information about order IDs, customer names, product IDs, quantities, unit prices and dates. The tables track order information from customers, suppliers and products.

Uploaded by

Rohit bagh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Sales ordre

| OrderID | CustomerName | OrderDate | DeliveryDate | Status |


|---------|--------------|-------------|--------------|------------|
| 1001 | John Doe | 2023-09-01 | 2023-09-10 | Pending |
| 1002 | Jane Smith | 2023-09-02 | 2023-09-12 | Shipped |
| 1003 | Mark Johnson| 2023-09-03 | 2023-09-11 | Pending |
| 1004 | Amy Brown | 2023-09-05 | 2023-09-15 | Shipped |
| 1005 | Robert Lee | 2023-09-06 | 2023-09-14 | Shipped |
| 1006 | Lisa Wang | 2023-09-08 | 2023-09-16 | Pending |
| 1007 | Kevin Chen | 2023-09-09 | 2023-09-17 | Shipped |
| 1008 | Sarah Kim | 2023-09-11 | 2023-09-21 | Pending |
| 1009 | Paul Hall | 2023-09-12 | 2023-09-20 | Shipped |
| 1010 | Grace Wu | 2023-09-14 | 2023-09-24 | Pending |
| 1011 | Mike Reed | 2023-09-15 | 2023-09-23 | Shipped |
| 1012 | Emily Davis | 2023-09-16 | 2023-09-26 | Shipped |
| 1013 | James White | 2023-09-18 | 2023-09-28 | Pending |
| 1014 | Lily Park | 2023-09-19 | 2023-09-29 | Shipped |
| 1015 | Daniel Kim | 2023-09-20 | 2023-09-30 | Pending |

Sales ordre details


| OrderDetailID | OrderID | ProductID | Quantity | UnitPrice |
|---------------|---------|-----------|----------|-----------|
| 2001 | 1001 | 3001 | 5 | 10.99 |
| 2002 | 1001 | 3002 | 3 | 15.50 |
| 2003 | 1002 | 3003 | 2 | 8.75 |
| 2004 | 1003 | 3004 | 4 | 12.99 |
| 2005 | 1003 | 3002 | 1 | 15.50 |
| 2006 | 1004 | 3005 | 2 | 20.00 |
| 2007 | 1005 | 3006 | 3 | 9.99 |
| 2008 | 1005 | 3001 | 2 | 10.99 |
| 2009 | 1006 | 3004 | 5 | 12.99 |
| 2010 | 1006 | 3003 | 3 | 8.75 |
| 2011 | 1007 | 3002 | 2 | 15.50 |
| 2012 | 1008 | 3005 | 4 | 20.00 |
| 2013 | 1008 | 3001 | 1 | 10.99 |
| 2014 | 1009 | 3006 | 3 | 9.99 |
| 2015 | 1009 | 3004 | 2 | 12.99 |

Purchase order
| OrderID | SupplierID | OrderDate | ExpectedArrivalDate | Status |
|---------|------------|-------------|----------------------|------------|
| 3001 | 1001 | 2023-09-01 | 2023-09-10 | Pending |
| 3002 | 1002 | 2023-09-02 | 2023-09-12 | Shipped |
| 3003 | 1003 | 2023-09-03 | 2023-09-11 | Pending |
| 3004 | 1004 | 2023-09-05 | 2023-09-15 | Shipped |
| 3005 | 1005 | 2023-09-06 | 2023-09-14 | Shipped |
| 3006 | 1001 | 2023-09-08 | 2023-09-16 | Pending |
| 3007 | 1002 | 2023-09-09 | 2023-09-17 | Shipped |
| 3008 | 1003 | 2023-09-11 | 2023-09-21 | Pending |
| 3009 | 1004 | 2023-09-12 | 2023-09-20 | Shipped |
| 3010 | 1005 | 2023-09-14 | 2023-09-24 | Pending |
| 3011 | 1001 | 2023-09-15 | 2023-09-23 | Shipped |
| 3012 | 1002 | 2023-09-16 | 2023-09-26 | Shipped |
| 3013 | 1003 | 2023-09-18 | 2023-09-28 | Pending |
| 3014 | 1004 | 2023-09-19 | 2023-09-29 | Shipped |
| 3015 | 1005 | 2023-09-20 | 2023-09-30 | Pending |

Purchage order details


| OrderDetailID | OrderID | ProductID | Quantity | UnitPrice |
|---------------|---------|-----------|----------|-----------|
| 4001 | 3001 | 5001 | 5 | 10.99 |
| 4002 | 3001 | 5002 | 3 | 15.50 |
| 4003 | 3002 | 5003 | 2 | 8.75 |
| 4004 | 3003 | 5004 | 4 | 12.99 |
| 4005 | 3003 | 5002 | 1 | 15.50 |
| 4006 | 3004 | 5005 | 2 | 20.00 |
| 4007 | 3005 | 5006 | 3 | 9.99 |
| 4008 | 3005 | 5001 | 2 | 10.99 |
| 4009 | 3006 | 5004 | 5 | 12.99 |
| 4010 | 3006 | 5003 | 3 | 8.75 |
| 4011 | 3007 | 5002 | 2 | 15.50 |
| 4012 | 3008 | 5005 | 4 | 20.00 |
| 4013 | 3008 | 5001 | 1 | 10.99 |
| 4014 | 3009 | 5006 | 3 | 9.99 |
| 4015 | 3009 | 5004 | 2 | 12.99 |

You might also like