Answer Posted / vanitha
insert into table tablename((field name datatype()))
Ex:
{
insert into table emp((eno int, ename varchar(10),eid int))
}
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is replication and database mirroring?
Define outer join?
How to display a past time in days, hours and minutes?
what is a mixed extent? : Sql server administration
Define right outer join in sql server joins?
Why should we go for stored procedures? Why not direct queries?
What is raid? : SQL Server Architecture
What are alternate keys?
What is the use of stored procedure?
How to implement service broker?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
What is index in an assignment?
explain different types of joins? : Sql server database administration
Where the sql logs gets stored? : sql server database administration
What’s the distinction between dropping a info and taking a info offline?