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

What is use of Field Set present in toolbox?

1 Answers  


what use of surgate key in project

3 Answers   HCL, TCS,


I have a value prompt in my prompt page.Now if I set the filter to required then I have to select a value from the list and I will get the respective data in the report page.But If I select nothing then I will get the complete data in the report page. I want that if I select nothing from the prompt list then nothing is displayed in my report page. How should I do this?

1 Answers   Cap Gemini, HSBC,


Define report item?

0 Answers  


How to select all in value prompt instead of cascade prompt?

3 Answers   IBM,






WHAT ARE THE TYPES OF LIST REPORTS?

4 Answers   Patni,


What is TRAP in Framework manager?What's the use of TRAP? Where We are using this?

2 Answers   HCL, TCS,


What do you understand by the term 'model durability'?

0 Answers  


Can we use 2 packages in report studio at a time is there any alternative for this Thanks Nithin

7 Answers   IBM,


Cleared COG-112 with 100% score today. What next certification should i go for?

0 Answers   IBM,


hi, can some one give the information regarding about the best real time project institutes for IBM cognos at ameerpet in hyd

1 Answers  


What is metric store database?

0 Answers  


Categories