If an unique key constraint on DATE column is created, will
it validate the rows that are inserted with SYSDATE?
Answer Posted / nagendra
Yes, it will validate the rows that are inserted with sysdate
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the difference between nvl function, ifnull function, and isnull function?
How to check if a column is nullable before setting to nullable?
How to avoid duplicate records in a query?
Why we use pl sql?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
What is substitution variable in pl sql?
Is a table valued function object?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
How many developers work on postgresql?
what tools available for managing mysql server? : Sql dba
What are the sql aggregate functions?
How do I filter in sql profiler?
What is delimiter in pl sql?
Can a varchar be a primary key?
what is the stuff function and how does it differ from the replace function? : Sql dba