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 |
what is maximum size of temp db?
What are indexes in ms sql server?
How to find out the list schema name and table name for the database?
how do we find every fifth record in a table
What are transactions in sql?
Explain different types of locks in sql server.
What is the difference between writing data to mirrored drives versus raid5 drives
Explain few of the new features of sql server 2008 management studio
What is dirty read?
Where is trigger in sql server?
Why I am getting this error when renaming a database in ms sql server?
How to delete duplicate records based on single column from a table?
1 Answers Petranics Solutions,
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)