When columns are added to existing tables, what do they initially contain?



When columns are added to existing tables, what do they initially contain?..

Answer / Uma Shankar

When columns are added to existing tables, they initially contain NULL values unless specified otherwise.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What are the character string functions supported by sql server 2005?

1 Answers  


Can group functions be mixed with non-group selection fields in ms sql server?

1 Answers  


What is an identity column in insert statements?

1 Answers  


What structure can you implement for the database to speed up table reads?

1 Answers  


What extended events?

1 Answers  


How to defragment indexes with alter index ... Reorganize?

1 Answers  


What is the dbcc command and why is it used?

1 Answers  


How many types of subqueries are there in sql server?

1 Answers  


How to delete an existing database user?

1 Answers  


What are the joins in sql server? : sql server database administration

1 Answers  


what are constraints? : Sql server database administration

1 Answers  


Is it possible to have clustered index on separate drive from original table location?

0 Answers  


Categories