What is a Data File ?
Answer / orawhiz
Every ORACLE database has one or more physical data files. A
database's data files contain all the database data. The
data of logical database structures such as tables and
indexes is
physically stored in the data files allocated for a database
| Is This Answer Correct ? | 6 Yes | 1 No |
What is varray?
How many data types are supported?
How do we switch from init.ora file to asp file?
7. Repeat query (7) but also display all clients who have never ordered anything.
How can we view last record added to a table?
What is a deadlock in SQL? How can you prevent it?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
waht is referencial integrity?
what is difference between cartesian join & cross join even they give same result?
What are the different oracle database objects?
Explain an index?
Can we create more than one index on particular column?