Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


SYNTAX FOR VIEWS WITH EXAMPLE
HOW TO LINK TWO TABLES



SYNTAX FOR VIEWS WITH EXAMPLE HOW TO LINK TWO TABLES..

Answer / durgaprasad

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 ?    6 Yes 0 No

Post New Answer

More SQL Server Interview Questions

write the query for find the top 2 highest salary in sql server

36 Answers   Cranes, Jayanti Software, Medi Assist, Rmax, TCS,


Explain about temporary stored procedure?

0 Answers  


What is faster join or union?

0 Answers  


Explain following error properties?

0 Answers  


What is the main purpose of having conversation group?

0 Answers  


What are the types of normalization?

0 Answers  


Call by value and call by reference in procedure and function, with NOCOPY.

0 Answers   Nagarro,


What is the concept of optimization?

0 Answers  


Benefits of Stored Procedures?

0 Answers   Wipro,


How to execute a sql statement using odbc_exec()?

0 Answers  


What is star, snowflake and star flake schema? : sql server analysis services, ssas

0 Answers  


What is the difference between NOROW and LOCKROW?

0 Answers   Accenture, Honeywell, Satyam,


Categories