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 difference between stored procedures and application procedures?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What does stand for in sql?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What is an example of translating a date into julian format?
Why do we need pl sql?
What is the difference between sql, mysql and sql server?
What are different types of statements supported by sql?
Do we need to create index on primary key?
Is clustered index a primary key?
What is the difference between inner join and natural join?
How do I find duplicates in sql?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
What is sqlerrd?
What are different types of queries in sql?