Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is a view?

Answers were Sorted based on User's Feedback



what is a view?..

Answer / rad

view is a stored query and does not store any table data.

Is This Answer Correct ?    2 Yes 0 No

what is a view?..

Answer / s. senthil kumar

A view is a virtual table. Every view has a Query attached
to it. (The Query is a SELECT statement that identifies the
columns and rows of the table(s) the view uses.)

Is This Answer Correct ?    1 Yes 0 No

what is a view?..

Answer / senthil kumar

View is the virtual table. It is DML statement.

Is This Answer Correct ?    1 Yes 0 No

what is a view?..

Answer / roopesh kumar

A view is a logical db object which is created for data
security, data hiding etc. In database onle views
defination stored.

Syntax: create or replace view name_vw as select col1,
col2, ......... from table1, table2 where ....;

Types: (1) simple view
(2) complex view
(3) read only view
(4) force view
(5) with check option

Is This Answer Correct ?    0 Yes 0 No

what is a view?..

Answer / guest

View is used to viewing the data and not for manipulating
it.

Is This Answer Correct ?    0 Yes 0 No

what is a view?..

Answer / manjunath k

a view consists of a stored query accessible as a virtual
table composed of the result set of a query.

Is This Answer Correct ?    0 Yes 0 No

what is a view?..

Answer / sunil maurya

A view is simply the representation of a SQL statement that
is stored in memory so that it can easily be re-used. For
example, if we frequently issue the following query

SELECT empid FROM emp;

I might well want to make this a view (the reality is that
we would probably never create a view for a statement this
simple but we wanted to use an easy example).

To create a view use the create view command as seen in this
example
CREATE VIEW view_emp
AS
SELECT empid FROM emp;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?

3 Answers  


Explain the use of record length option in exp command.

0 Answers  


What are named parameters?

0 Answers  


How would you design a database for an e-commerce website?

1 Answers  


How will you write a query to get a 5th rank student from a table student_report?

0 Answers  


What is the purpose of a cluster?

1 Answers  


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

0 Answers  


What is SGA ? How it is different from Ver 6.0 and Ver 7.0 ?

1 Answers   TCS,


DBMS vs. RDBMS

2 Answers   TCS,


what is the output of select * from emp where null=null & select * from emp where 1=1

8 Answers   IMS Health, NIIT,


what are the differen between key flexifild and discriptive fiexifild.

1 Answers  


How to call a stored function in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)