what is view? types of views?

Answers were Sorted based on User's Feedback



what is view? types of views?..

Answer / k naveen kumar

View is mirror image to the base table(main table) i,e it is
a logical pointer to the base table.
for the view it does not occupy space for the data but it
occupy space for the structure
Two types of views
1) simple 2) complex view
simple view created on single table
complex view created on multiple tables.

Is This Answer Correct ?    3 Yes 0 No

what is view? types of views?..

Answer / arangaraj

A view is a tailored presentation of the data.contained in
one or more tables or other view.it takes the o/p of a
query and treat it as a table. it does n't require any
space in database.

ex.create view emp1 as select empno,empname from emp;

types of view:Materialised view.

Is This Answer Correct ?    1 Yes 0 No

what is view? types of views?..

Answer / arkchowdary

A view is, in essence, a virtual table. It does not
physically exist. Rather, it is created by a query joining
one or more tables.

Creating a VIEW
The syntax for creating a VIEW is:

CREATE VIEW view_name AS
SELECT columns
FROM table
WHERE predicates;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Cognos Interview Questions

-------------How to create a PortalTab?

1 Answers   Cap Gemini,


drillthrough vs master detaild report,which one is the best by performance?

3 Answers   IBM,


What is Cognos Mashup Services .what is the use of Cognos Mashup Services and where to use.

1 Answers  


4. How many dimensions did you use in your reports?

0 Answers   IBM,


How do you improve the performance of the Cognos Analytics report

0 Answers  






When we use consume in cognos?

1 Answers   IBM,


If anyone need COGNOS 8 Certification Dumps of any "COG - Code", u can get from S_Cog@Yahoo.Com, i scored 100 % with these Dumps

1 Answers  


Give the advantages of cognos?

0 Answers  


how to explain tne project at the time of interview? where to start and how to end? plz explain in detail thax in advance

0 Answers   HCL,


In how many ways we can apply the security to a cube in Transformer? Explain?

1 Answers   Wipro,


Can anyone explain the procedure for configuring cognos8 with oracle as Content Manager/Content Store? I know the configuration of cognos8 with SQL SERVER (Like how to create CM database in oracle and applying securities to access that Database from cognos8 (Cognos Configuration)

7 Answers   AIG, IBM,


How u provide security to reports in report studio or in cognos connection?

1 Answers   Cap Gemini,


Categories