What are different Oracle database objects?
Answer / parthasarathi
1)tables
2)views
3)sequences
4)synonyms
5)clusters
6)indexes
7)materialized views
8)procedures
9)functions
10)packages
11)triggers
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the Extension of Oracle Database? As extension of Access Database is .mdb
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
write a query that displays every Friday in a year with date?
What is integrity and what is constraint??Explain with example
What are the attributes of the cursor?
What is max rowid in oracle?
defination of bitmap index
What are the different types of modules in oracle forms?
Which are the five query types available in oracle?
what is null value?
What are different Oracle database objects?
After using set unused can we enable the column again to use? Please give me some answers....