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 are the limitations of parameters in a storedprocedure
Can an entity have two primary keys?
How can u get the number of pupils connecting the database?
WHAT IS TRIGGERS IN SQL? AND WHAT IS THE BENIFIT?
What are different replication agents and what's their purpose? : sql server replication
Can we write trigger for view?
How many types of objects are there?
what is a live lock? : Sql server database administration
What changes in the front end code is needed if mirroring is implemented for the high availability? : sql server database administration
Tell me about Triggers?
Does the order of columns in update statements matter?
What is difference between after and before?
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)