what are default? Is there a column to which a default cant be
bound?
Answer Posted / sreejith s t
Default means giving some default value to column . If we
are not inserting any value to that column , default value
will be inserted .
Default cant be bound to identity and
timestamp columns .
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
when would you go for denormalization? : Sql server database administration
How to add the custom code in Report?
Difference between report and query parameter.
Can you explain what is indexed view? How to create it?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
What is an execution plan? When would you use it?
Does index slows down insert statements?
Tell me what is log shipping?
What is the osql utility?
Explain the various types of concurrency problem?
What is scrollable cursor?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
Disadvantages of the indexes?
What is a non equi join?