What is Data Block ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
ORACLE database's data is stored in data blocks. One data block
corresponds to a specific number of bytes of physical
database space on disk.
| Is This Answer Correct ? | 16 Yes | 8 No |
How do we display rows from the table without duplicates?
where do i find oracle interview questions.
What happens if recursive calls get out of control?
How to remove a row in a database table?
What is oracle used for?
We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?
1. Display all the rows and columns in the CLIENT table. Sort by client name in reverse alphabetical order.
What are the differences between char and varchar2 in oracle?
what are the advantages of running a database in NO archive log mode?
What is max rowid in oracle?
What is a heap related to database ?
1 Answers TCS, University of Edinburgh,
What is the difference between hot backup and cold backup in oracle?