What is data file?
Answer / Vipin Agarwal
A data file in Oracle Database is a physical file that contains the database's data. There are two main types of data files: tablespaces and control files. Tablespace data files store objects such as tables, indexes, clusters, and undo segments, while control files contain information about the structure of the database and its location.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to divide query output into groups in oracle?
what is the bitmap index?
List the types of joins used in writing subqueries?
What is the effect of setting the value 'FIRST_ROWS' for OPTIMIZER_GOAL parameter of the ALTER SESSION command ?
What are the values that can be specified for OPTIMIZER MODE Parameter ?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
can u call user defined functions in select statements
what is unique key?
14 Answers Amazon, Cap Gemini, Infosys, Wipro,
5. Display full details for the creditor/s who has received the single largest payment. Do not use a table join or set operator anywhere in your query.
What are the numeric comparison operations?
6. Display the client name and order date for all orders using the traditional method.
What is the difference between translate and replace?