Explain view?
Answer / Akhilesh Kumar Bharti
A view is a virtual table in Oracle based on a SELECT statement. It does not store any data itself, but rather defines a result set that can be queried like a regular table. Views are useful for security purposes, as they allow administrators to limit the data visible to users, and also for complex queries, as they can simplify and optimize complex queries.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between postgresql and oracle?
What is bulk collect in oracle?
What is BBED in Oracle?
while i take backup using ibm tsm the following errors occurred: rman-03009 ora-19513 ora-27206 ora-19502 ora-27030 ora-ora19511
what is Materialized view? What is a snapshot? what are the similarities and differences between Materialized views and snapshots?
T1: T2 A X--- this is updated record B B like this T1 table having no.of records updated. write a query"retrive updated record from T2"
what r routers?
What is the difference between alert log file and tarce file ?
What is merge in oracle?
What are the oracle built-in data types?
What is SGA ? How it is different from Ver 6.0 and Ver 7.0 ?
How to delete a column in an existing table in oracle?