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 |
Explain what are synonyms used for?
what is primary key?
How to end the current transaction in oracle?
How to list all indexes in your schema?
What is E-R diagram ?
2 Answers CGI, Keane India Ltd,
How to define a sub function?
what is trigger?
Which Database is the best for the Security issue ? 1. DB2 2.SQL Server 3.MySQL 4.ORACLE
can u plz provide me oca sql dumps please i need them
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
How do we create privileges in oracle?
i have procedure p1.and also i declare the same procedure in a package. whice one is efficient package procedure or procedure?