what are bitmap indexes? How does they work?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between cartesian join & cross join even they give same result?
How to Remove the 3rd highest salary person record from table?
select statement does not retrieve any records. what exception is raised?
What is the usage of analyze command in oracle?
What would you use to improve performance on an insert statement that places millions of rows into that table?
What is a read only transaction in oracle?
What happens if variable names collide with table/column names?
pls explain connect by prior with example and its real time use
What is difference between SQL and SQL*PLUS?
How to experiment a data lock in oracle?
1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.
Hi how Can I Add A Foreign key that references a table that has composit primary key ? example i had costumer table that has C_Id and SSN Both as PK and another table has C_Id that must refernece C_Id in Customers i done the usual way and got oracle error message about uniqeness any ideas plz