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 factless fact table? : sql server analysis services, ssas
Do you know query execution plan?
What is merge?
How to get the definition of a view out of the sql server?
Tell me what is the stuff and how does it differ from the replace function?
What is clustered vs nonclustered index?
How do you implement session management in SQL Server mode?
How can we use ConnectorJ JDBC Driver with MS SQL?
Why we use trigger in sql server with example?
How to download microsoft sql server 2005 express edition?
What is the syntax for encrypting a column in SQL Server?
Can I use sql azure as a backup with log shipping or database mirroring?
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
What is transaction server implicit?
What are the different types of replication you can set up in sql server?