Reference no: EM13947483
1) A wide world importers company tracks its order information in a database that includes two tables: Order and LineItem. See table structures below:
CREATE TABLE dbo.Order (
OrderID int NOT NULL,
CustomerID int NOT NULL,
OrderDate datetime NOT NULL,
CONSTRAINT DF_Order_OrderDate DEFAULT (getdate())FOR OrderDate,
CONSTRAINT PK_Order PRIMARY KEY CLUSTERED (OrderID)
)
CREATE TABLE dbo.LineITEM (
ItemID int NOT NULL,
OrderID INT NOT NULL,
ProductID int NOT NULL,
Price money NOT NULL,
CONSTRAINT PK_LineITEM PRIMARY KEY CLUSTERED (ItemID),
CONSTRAINT FK_LineITEM_Order FOREIGN KEY (OrderID)
REFERENCES dbo.Order (OrderID)
)
The company's auditors have discovered that every item that was ordered on June 1, 2000, was entered with a price that was $10 more than its actual price. You need to correct the data in the database as quickly as possible.
2) A sporting goods company exports products to customers worldwide. The company stores its sales information in a database named sales. Customer names are stored in a table named Customer in this database.
CREATE TABLE customers (
CustmerID int NOT NULL,
CustomerName varchar(30) NOT NULL,
ContactName varchar(30) NULL,
Phone varchar(20) NULL,
Country varchar(30) NOT NULL,
CONSTRAINT PK_Customers PRIMARY KEY (CustomerID)
)
There are usually only one or two customers per country. However, some countries have as many as 20 customers. Your company's marketing department wants to target its advertising to countries that have more than 10 customers. You need to create a list of these countries for the marketing department
Growth stocks outperform value stocks
: Even though no final conclusion is currently warranted, a number of research papers, including those of Fama and French, have argued that: there is no noticeable difference in the returns of growth versus value stocks. growth stocks outperform value ..
|
Determine the fin heat transfer rate
: A 40-mm-long, 2-mm-diameter pin fin is fabricated of an aluminum alloy (k = 140 W/m · K). (a) Determine the fin heat transfer rate for Tb = 50°C, Too = 25°C, h = 1000 W/m2 · K, and an adiabatic tip condition.
|
What is the expected waiting time to first birth
: Assume that the probability of conception in any given month among sexually active couples not practicing birth control is constant at 0.20 per month, independent of the number of months the couple has been active. what is the expected waiting tim..
|
What are the side effects of taking getting above the tul
: Are there any vitamins that you are taking greater than the tolerable upper limit (TUL)*? If so, what are the side effects of taking getting above the TUL of that vitamin
|
Create a list of countries for the marketing department
: The company's auditors have discovered that every item that was ordered on June 1, 2000, was entered with a price that was $10 more than its actual price. You need to correct the data in the database as quickly as possible.
|
For the machine for capital budgeting purposes
: You must evaluate a proposal to buy a new milling machine. The base price is $117,000, and shipping and installation costs would add another $13,000. The machine falls into the MACRS 3-year class, and it would be sold after 3 years for $46,800. What ..
|
True about a simple random sampling
: Which of the following was NOT among the top 10 in Business Week's Annual Rating of the Best Global Brands for 2009?A. GapB. Coca-ColaC. MicrosoftD. IBM
|
The national hockey league are two-time defending stanley
: The Edmonton Oilers (Canada) of the National Hockey League are two-time defending Stanley Cup champions.
|
Determine the value of kb for rod b
: By traversing the length of each rod with a ther- mocouple, it was observed that the temperatures of the rods were equal at the positions xA = 0.15 m and xB = 0.075 m, where x is measured from the base surface. If the thermal conductivity of ro..
|