SYNTAX FOR VIEWS WITH EXAMPLE
HOW TO LINK TWO TABLES
Answer Posted / 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 View All Answers
What is equi join with example?
what's sql server? : Sql server database administration
What is normalization? Explain different forms of normalization?
what are the different stages of Report Processing?
How much does sql server 2016 cost?
What is the difference between upgrade and migration in sql server?
What is the difference between function and stored procedure in sql server?
how many layers of tcp/ip protocol combined of? : Sql server database administration
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
Define cursor locking
What is attribute hierarchy? : sql server analysis services, ssas
What is indexed view?
Do you know what are the steps to process a single select statement?
How to execute stored procedure in select statement sql server?
is it important for a database administrator to understand the operating system and file access? : Sql server administration