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 |
How to create a new user account in oracle?
How to Identify the previously inserted/updated records in already populated table.
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
What is ordinary table in oracle?
What is an Oracle view?
what is query and types of query
How to see free space of each tablespace?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
Differentiate between pre-select and pre-query?
What is a cursor and what are the steps need to be taken?
Is oracle a language?
how can find the second max sal for every group(i.e i want group the data based on key and find the second max sal for every group