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
What is clustered vs nonclustered index?
How to create a view and a stored procedure in ms sql server using "create view/procedure" statements?
Can you explain various data region available in ssrs with their use?
Explain features and concepts of analysis services?
How you can change a cross join into an inner join?
How to automatically create a log when an exception is being received into SQL Server?
What does sql server mean?
How to create a login account in ms sql server to access the database engine using "create login" statements?
What is the difference between varchar and nvarchar?
What are the pre-defined functions in the sql server?
How to create a large table with random data for index testing in ms sql server?
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
How to get a list of columns in a view using the "sp_help" stored procedure?
What is sql or structured query language?
What are system databases into sql server (2005/2008) : sql server database administration