Answer Posted / jasmeet kaur
insert into table_name("column_name1","column_name2")
value("value1","value2")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I trace a query in sql server?
Can a database be shrunk to 0 bytes, if not, why?
What are different types of database indexes?
How do I connect to sql server database?
What is the purpose of linked server configuration in sql server?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
What are null values in ms sql server?
How to list all login names on the ms sql server?
What are the differences between stored procedure and the dynamic sql?
Can two tables have the same primary key?
What is BCNF? How is it better than 2NF & 3NF?
What are the purpose of Normalisation?
What are the features of Embedded SQL
What are the pre-defined functions in the sql server?
How you can add messages to the nt event log from within a stored procedure?