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 indexing explain it with an example?
How to provide values to user defined function parameters?
What is a non clustered primary key?
Why you need indexing? Where that is stored and what you mean by schema object? For what purpose we are using view?
What is 'Join' and explain its various types.
What is set nocount on and what is set nocount off?
Explain having clause?
Why variables called the most powerful component of ssis?
What happens on checkpoint?
Define indexes?
How to retrieve field values using mssql_result()?
what are the core components of SSRS?
What are the parts of a function?
Can you index views?
Name and describe few console utilities for ssrs?