what is meant by deafult in sql server?
Answers were Sorted based on User's Feedback
Default is the column value used in the sql.
if you set default value in the columns when creating the
table then the insertion part if you are not passing the
value to this column the the default value will set for
this column.
For example varchar columns are defined as null value for
default value.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kishore
select count(*) NoOfColumns from SYSCOLUMNS
WHERE id= (Select id from SYSOBJECTS where name = 'city')
In this querry may name is Tablename
| Is This Answer Correct ? | 0 Yes | 5 No |
What can be used instead of trigger?
Can you please explain the difference between primary keys and foreign keys?
What is repeatable read?
Explain how does the report manager work in ssrs?
Can group by and orderby be used together?
How do you create an execution plan?
How do I view a trc file?
Define tempdb database?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
whats new about truncate in sql server 2008?
0 Answers MedSave Healthcare, Serco,
What is the function of inner join?
what is the difference between writing data to mirrored drives versus raid5 drives. : Sql server administration
Oracle (3259)
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)