ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   SiteMap shows list of All Categories in this site.
Google
 
Categories  >>  Software  >>  Databases  >>  SQL Server
 
 


 

 
 Oracle interview questions  Oracle Interview Questions
 SQL Server interview questions  SQL Server Interview Questions
 MS Access interview questions  MS Access Interview Questions
 MySQL interview questions  MySQL Interview Questions
 Postgre interview questions  Postgre Interview Questions
 Sybase interview questions  Sybase Interview Questions
 DB Architecture interview questions  DB Architecture Interview Questions
 DB Administration interview questions  DB Administration Interview Questions
 DB Development interview questions  DB Development Interview Questions
 SQL PLSQL interview questions  SQL PLSQL Interview Questions
 Databases AllOther interview questions  Databases AllOther Interview Questions
Question
what is the purpose of creating view is sql server 2000
 Question Submitted By :: Preethi
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 1
Views are used to select  particular columns from a table 
which is residing in a different DB. Once views are 
crerated we can access the view to get the specified column 
details from the table which is present in a different DB
 
Is This Answer Correct ?    9 Yes 1 No
Sundaresan
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 2
View is used to fetches the data from existing table and it 
doesn't occupy any space in memory.
 
Is This Answer Correct ?    3 Yes 3 No
Thirumal
 
 
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 3
view eassy to use , views used to work with part of the 
tables.
** provides security for the data.
 
Is This Answer Correct ?    4 Yes 3 No
Vijayabhaskarreddy
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 4
Some times we need to use the same query repeatedly for a 
large number of times.So instead of writing the same query 
all the times we use views. Means we store the query with a 
name that name is called as a view.
 
Is This Answer Correct ?    1 Yes 5 No
Satyanarayana
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 5
in sql was operation doing DML,DCl querey.
 
Is This Answer Correct ?    0 Yes 4 No
Raju
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 6
1. View is logical representation of the table.
2. View is derived from the table.
3. view don't occupy any memory space.

purpose.
1. Security
2. Simplicity of the query.

Another Important Point : view is updatble.

By
Kumar.T
 
Is This Answer Correct ?    5 Yes 1 No
Kumar.t
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 7
A view is a virtual table. A view serves as a security 
mechanism. If we have several tables in a database and we 
want to view only specific columns from specific tables we 
can go for views. Using view we can avoid the complex 
queries.
 
Is This Answer Correct ?    5 Yes 1 No
Nithya.r
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 8
Views are dynamic table that is it created at run time and 
not stored on server database.
by using view we can solve typical query.
 
Is This Answer Correct ?    0 Yes 2 No
Anil Sharma
 
  Re: what is the purpose of creating view is sql server 2000
Answer
# 9
Not all the views are updatable. updatable viwes are
available from SQL Sever 2000 version. 

Pls remember all the views are not up datable again.
 
Is This Answer Correct ?    0 Yes 0 No
Parmanand
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What are cursors? Name four types of cursors and when each one would be applied? Adea-Solutions1
How to link up the text file to a Database table? Allianz1
from the table display the 2nd highest salary? and also the least 2nd salay?  6
how can do you the system monitoring?  1
How to handle errors in Stored Procedures. I want to display a message to the user in the .aspx page that is calling a stored procedure in it's code behind. please help me. 247Customer1
How would you Update the rows which are divisible by 10, given a set of numbers in column?  1
What are the four main query statements?  3
What is the difference between SSAS 2000 and SSAS 2005? APX1
Is trigger fired implicitely?  2
What is the system function to get the current user's user id? HCL1
what is the out put of below queries? a. select * from Emp where null = null; b. select * from Emp where 1=1; Patni9
What's the maximum size of a row?  4
Can we rewrite subqueries into simple select statements or with joins? Example? ASD1
can you any body tell me simple recovery,full recovery,bulk logged recovery where can use?  1
how to find out the repeated value from table using groupby function?  3
how to give input dynamically to a insert statement in sqlserver HCL2
How can I know what query is executing by by a particural user? (using sp id or any othe way.)  2
I Have Employee table having column name as ID,SALARY how to get second max salary from employee table with id ex ID SALARY 1 20000 7 37000 2 5000  11
What are the different types of backup avaible in SQL SErver Emphasis5
What command do we use to rename a db?  3
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com