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
How can I create a report based on a query? : sql server management studio
Explain can SSRS reports Cache results?
Explain what is row_number function?
What is the tcp/ip port on which sql server runs?
Can we insert data if clustered index is disabled?
What is de-normalization and what are some of the examples of it?
What are types of subqueries?
What is sql server query analyzer?
What is the chart in report?
Can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible?
How do you improve the performance of a SQL Azure Database?
How to install sql server 2005 express edition?
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
List the different types of joins?
What are user-defined functions (udfs) in sql server?