How many types of tables are there in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Please explain me all types of Data models. Also give me the details if each model can have other name.for example:schematic data model is also known as conceptual data model and entity relation data model.
How to define a data field as not null?
What is forall Statement ?
Explain the concept of the DUAL table.
what is the difference between restoring and recovering?
How to apply filtering criteria at group level in oracle?
What happens to the current transaction if the session is ended?
Can we create trigger on view in oracle?
I have created one package with out procedures in package specification and in package body i have used 2 procedures. is it compile????
how to store only time in a data base table
What is the CAP theorem?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?