|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#21. Multinational company with offices in NY, London, Nairobi and Cairo tracks sales. Sales are in local currency. Nairobi and Cairo have value added tax. HQs want reports in $$$ at the end of the month. They have monthly replication set up. Currency rates fluctuations are the reason that the total of a sale in $$$ for a particular date is not the same in the end of the month.
You have a tables: ConversionRate: (PK)Currency, (PK)Ratevaliddate, Rate, Check to reject later date than current date Sales: (PK)SalesID with uniqueidentifier, default Newid(), SalesAmount, TaxAmount, SalesDate (Choose all that apply.)
Show comments for this question (0)
Add comments
Link to this question
|
|
#23. Insert or update over 200,000 into sales table. Output of DBCC SHOWCONTIG: Pages Scanned: 1657 Extents scanned: 210 Extent Switches: 1528 Avg. Page per extent: 7.9 Scan density:13.60% [208:1529] bla bla: 91.43 Extent scan fragmentation 1.43 Avg bytes free per page: 2843.5 Avg Page density(full): 64.87
(Choose all that apply)
Show comments for this question (0)
Add comments
Link to this question
|
|
#24. You have a table: Create table employee( Employee_id int identity (1,1), Fname varchar (30), Lname varchar (30), Phone int , Address varchar (30), Salary money) The phone number is an int but you want wen to show it like (999)-999-999. Choose the write select query.
Show comments for this question (0)
Add comments
Link to this question
|
|
#26. You must reconcile the checking account for your company. You have a CheckRegister table, an InvalidCheck table, and a ClearedCheck table. The ClearedCheck table lists checks that have cleared the bank. You must update the ClearedDate column of the CheckRegister table for any checks that are on the ClearedCheck table. If the check is in the ClearedCheck table but not on the CheckRegister table, you must insert a row into the InvalidCheck table. If the amount shown for a check in the ClearedCheck table is different from the amount shown for the same check in the CheckRegiste r table, you must insert a row into the InvalidCheck table. Each row must be deleted from the ClearedCheck table after it has been evaluated for accuracy. Which statement group should you use to accomplish this task in the shortest time?
Show comments for this question (0)
Add comments
Link to this question
|
|
#28. Importing from dbase III data to SQL. The table structure is like this in dbase. Create table order (order int, orderdate datetime, foreign bit) You use the DTS wizard, You have filled all the options. Everytime you execute you get an error. How do you correct this problem?
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.048
|
Server date 04:02 08-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|