How to add an address record into adventureworkslt?



How to add an address record into adventureworkslt?..

Answer / Asif Abbas Zaidi

"To add an address record into the AdventureWorksLT database, you can use the `INSERT INTO` command. For example:nn```sqlnINSERT INTO Person.Address (AddressID, PostalCode) VALUES (NULL, '12345');n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

what is maximum size of temp db?

4 Answers   iSoft,


What are indexes in ms sql server?

1 Answers  


How to find out the list schema name and table name for the database?

1 Answers  


how do we find every fifth record in a table

14 Answers   Aspire, HCL,


What are transactions in sql?

1 Answers  


Explain different types of locks in sql server.

1 Answers  


What is the difference between writing data to mirrored drives versus raid5 drives

1 Answers  


Explain few of the new features of sql server 2008 management studio

1 Answers  


What is dirty read?

1 Answers  


Where is trigger in sql server?

1 Answers  


Why I am getting this error when renaming a database in ms sql server?

1 Answers  


How to delete duplicate records based on single column from a table?

1 Answers   Petranics Solutions,


Categories