What is Oracle table?
Answer / nishi
A table is the basic unit of data storage in an Oracle database. The tables of a database hold all of the user accessible data. Table data is stored in rows and columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is hash cluster in oracle?
Difference between hot backup vs. Cold backup?
Can you use a commit statement within a database trigger?
what is host string in sql plus? how does it related to database?
Please explain oracle data types with examples?
How to use subqueries with the in operator using oracle?
What is the difference between formal parameters and actual parameters?
WHAT IS THE DIFFERENCE BETWEEN PRIMARY KEY(PK) CONSTRAINT AND UNIQUE KEY(UK) + NOT NULL(NN) CONSTRAINT ASSIGN TO A COLUMN ? INSTEAD OF ASSIGNING PK ,WE CAN ASSIGN UK + NN TO A COLUMN. WHAT ARE THE MARRITS AND DEMARITS BETWEEN THE ABOVE TWO?THE ABOVE TWO ARE SAME,THEY DON'T ALLOW DUPLICATE AS WELL AS NULL VALUES.
Which are the five query types available in oracle?
How to make a Data Backup in oracle ? What is the procedure for creating the dump files in oracle ( any version ) ?
What is the scope of a local variable?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?