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   To Refer this Site to Your Friends   Click Here
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 ?    6 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 2 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 ?    3 Yes 2 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 4 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 3 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 ?    3 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 ?    3 Yes 0 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 0 No
Anil Sharma
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What is the use of placing primary key and foreign key constrains on columns. Value-Labs2
What is WITH CHECK OPTION Karur-Vysya-Bank-KVB2
system date format is "yy-mm-dd" "select getdate()" ----> 2009-01-24 20:03:28.513 if i write "select dateadd(dd,2,getdate()) ".it returns "2009-01-26 19:59:38.340"...my question is dat could it be possible to retrive da date in da format "26 jan 2009 ...."??  8
syntax for deleting the database in T SQL  4
write the query for taking database backup in sql Logica-CMG4
What is a Lock and let me know Different types of locks?  1
How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that TCS5
What is the difference between having and where clause?  4
What are the four main query statements?  3
Delete duplicate rows from a table without primary key by using a single query Table Employee empname salary A 200 B 300 A 200 C 400 D 500 D 500 Output should be A 200 B 300 C 400 D 500  1
What are the authentication modes in SQL Server?  2
what is the Surrogate key?and wt is the diff between Primary key and Surrogate Key?  2
Is it possible to create tables in stored procedures using a variable for the table name?  2
Can store procedure call by user define function in SQL server? HCL5
what purpose does OPENXML clause have in sql server stored procedure?  1
Can you create UNIQUE and PRIMARY KEY constraints on computed columns in SQL Server 2000? Infosys1
What is the purpose of UPDATE STATISTICS?  1
What types of integrity are enforced by a foreign-key constraint  1
can we call stored Procedure in Function in Sql Server 2000 and vice versa. eSoft2
Can you give an example of Stored Procedure?  2
 
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