How to insert data into an existing table?



How to insert data into an existing table?..

Answer / Rakesh Kumar Maurya

You can insert data into an existing table in SQL Server by using the INSERT INTO statement. Here's an example:n`INSERT INTO YourTableName (column1, column2) VALUES ('Value1', 'Value2');`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to provide Security for package?

1 Answers   Convergys,


What are the characteristics of modern DBMS?

1 Answers   Ericsson,


Different types of keys in SQL?

1 Answers   Infosys,


What is partition index in sql server?

1 Answers  


What is partition, how will you implement it? : sql server analysis services, ssas

1 Answers  


How do I manually uninstall an instance of sql server 2016?

1 Answers  


What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?

2 Answers  


How do I change my passwords (database, LDAP, and so on) without causing an outage?

1 Answers   IBM,


what is an extended stored procedure? : Sql server database administration

1 Answers  


What is the most common type of join?

1 Answers  


Does the order of columns in update statements matter?

1 Answers  


What are three major types of constraints?

1 Answers  


Categories