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
Define Unique Key?
What are the differences between left join and inner join in sql server?
How to enforce security in sql server? : sql server security
What is rs.exe utility?
What is it unwise to create wide clustered index keys?
Explain DBCC?
What are scheduled tasks in sql server?
How to change parameter value inside the report?
What guidelines should be followed to help minimize deadlocks?
What is scalar user-defined function?
What is isnull() operator?
What is a matrix in ssrs?
What is normalization of database? What are its benefits?
what is normalization? Explain different levels of normalization? : Sql server database administration
What is the partitioning method?