Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how can ur insert the emp table

Answer Posted / kumar

Alredy We are having the emp table in our database at the
time only we can insert the data otherwise not possible.

We can insert the data into emp table into 2 ways by using insert command.Two syntax of insert command given below

1.insert into tablename values(<values list>)
2.insert into tablename(<column list>) values(<spcified column values >)

Is This Answer Correct ?    36 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I create a report based on a query? : sql server management studio

1063


Explain can SSRS reports Cache results?

161


Explain what is row_number function?

1083


What is the tcp/ip port on which sql server runs?

1242


Can we insert data if clustered index is disabled?

986


What is de-normalization and what are some of the examples of it?

1019


What are types of subqueries?

1132


What is sql server query analyzer?

1102


What is the chart in report?

165


Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?

1076


How do you improve the performance of a SQL Azure Database?

137


How to install sql server 2005 express edition?

1169


In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

2009


List the different types of joins?

1057


What are user-defined functions (udfs) in sql server?

1051