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   interview questions urls   External Links  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
SYNTAX FOR VIEWS WITH EXAMPLE
HOW TO LINK TWO TABLES
 Question Submitted By :: Vijaisankar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: SYNTAX FOR VIEWS WITH EXAMPLE HOW TO LINK TWO TABLES
Answer
# 1
Create View emp_dept_vw with encryption as
select emp.empid,emp.ename,dept.deptid,dept.dname
from emp,dept where emp.deptid=dept.deptid 
with check option
 
Is This Answer Correct ?    2 Yes 0 No
Durgaprasad
 

 
 
 
Other SQL Server Interview Questions
 
  Question Asked @ Answers
 
What is the system function to get the current user's user id? HCL1
How to work on DTS?what is the main requirement? ivan1
What is the use of placing primary key and foreign key constrains on columns. Value-Labs2
Define candidate key, alternate key, composite key.  5
What is a transaction and what are ACID properties?  2
If there is failure during updation of certain rows, what will be the state?  1
what is normalization? what is denormalization? Satyam4
What are functions  3
How To delete duplicate record from a particular table? eXensys8
SYNTAX FOR VIEWS WITH EXAMPLE HOW TO LINK TWO TABLES Microsoft1
What is a function? Give some example?  1
What is a Stored Procedure?  5
Can you give an example of Stored Procedure?  2
What is SQL server agent? SAP-Labs2
How to count the number of duplicate items in a table?  1
how to implement locking in sql server Satyam1
What are the main control-of-flow T-SQL constructs?  1
What is the difference between two queries: 1. SELECT * FROM table WHERE 1=1; 2. SELECT * FROM table HP12
What is the difference between OLEDB and ODBC CFCI2
Difference between writing SQL query and stored procedure ? Cognizent8
 
For more SQL Server Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

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