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 |
How to access the inserted record of an event?
Explain the stored procedure?
Can the “if update (colname)” statement be used in a delete trigger?
What are data resources?
What is PROJECTION Operation?
What is failover clustering overview?
how to get rank of diffrent student in same table based on newly inserted row in sql server2008
Do you know what are the steps to process a single select statement?
What are the new scripting capabilities of ssms? : sql server management studio
Alternative way to DetDate() function?
What is cross join in sql server joins?
which table keeps the locking information? : 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)