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
What is function of CUBE ?
How do I partition a table in sql server?
How can you check the version of sql server?
List out the different types of locks available in sql server?
What are the disadvantages of using querystrings to send data from one page to another?
Explain why variables called the most powerful component of ssis?
What is self contained scalar sub query?
How many levels of sp nesting is possible?
How to get a list all databases on the sql server?
tell me the disaster recovery plan
what is denormalization and when would you go for it? : Sql server database administration
Explain user defined functions?
What is nolock hint in sql server 2008
What is the difference between a local and a global temporary table?
Define Business Edition in SQL Azure?