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 |
6. Display the client name and order date for all orders using the traditional method.
How to delete multiple rows from a table in oracle?
Explain the concept of the DUAL table.
How to insert a new row into a table in oracle?
Two triggers one is before insert and other is after insert are firing on a table.If 10 times you insert in a table.Then how many times before trigger and how many types after trigger will fire in pl/sql.
What do you mean by a database transaction & what all tcl statements are available in oracle?
How to execute the package in oracle?
How to resolve name conflicts between variables and columns?
How to specify default values in insert statement using oracle?
how to use sequence and what use of sequence cache
Explain a segment?
Hi all, Can any one give answer for this question. Suppose im having employee table with fields, eno, ename, dept, address1, address2, address3. In address field employee can fill only address1 or address2 or address3... at a time he can fill three address fields. now i want all employee names who filled only one address field.. Plz its urjent can any one give querry.. Thanks in advance.