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 many types of tables are there in oracle?
How to start a new transaction in oracle?
What is snapshot is too old? Give and example for better understand.
What is a sub query? What are its various types?
Explain the statement?? ALTER TABLE TABLE_NAME MOVE; What it the use of above statement??
How to run queries on external tables?
Use of an integrity constraint is better to validate data. Explain
Where are the settings stored for each instance in oracle?
How to get execution statistics reports on query statements?
How to find out what privileges a user currently has in oracle?
what is the difference between primary key & foreign key?
57 Answers CTS, Infosys, La Multi, Sparsh, Wipro,
select * from emp what happened internally when we write this query in the sql prompt?