Show Bid Request
sql help
Bid Request Id: 55816
|
|
|
Description:
What commands would I use to: 1. Create a copy of the Employees table called “EmployeesTemp”. 2. Insert 30 entire copies of the Employees table into the EmployeesTemp table. 3. Produce a count of rows for the EmployeesTemp table. 4. How would I shrink the size of a database? I need the actual commands written out…… Example: CREATE TABLE TABLENAME (COLUMN1 CHAR NOT NULL, COLUMN2 NUMBER, COLUMN3 DATE) And so on……..
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
windows
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
This bid was accepted by the buyer!
|
$10 (USD)
|
Apr 1, 2003 7:52:04 PM EDT
|
10
(Excellent)
|
|
|
Hi,
If you accept the bid, I would send you all the statements within 1/2 hour.
Here is the answer for the 1st one:
select * into EmployeesTemp from Employees ;
(The above statement will create the temp table and copy all the records from employees into the EmployeesTemp table.)
Thanks,
Rajeev
Rajeev Gopalakrishnan
|
Web Developer
Harrisburg, PA.
United States of America.
|
|
|
|
|
|
|