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 use of attribute hierarchy ordered ? : sql server analysis services, ssas
explain different types of constraints? : Sql server database administration
Name 3 ways to get an accurate count of the number of records in a table?
What are the drawbacks of reporting in ssrs?
What is snapshot report?
what are acid properties? : Sql server database administration
Please explain what is “asynchronous” communication in sql server service broker?
Tell me what do you mean by an execution plan? Why is it used? How would you view it?
tell me what are the steps you will take to improve performance of a poor performing query? : Sql server database administration
What stored by the master? : sql server database administration
How to create new table with "create table" statements?
What is sql server programming?
What is truncate table?
Indexes are updated automatically is the full-text index also updated automatically?
How will you optimize a stored procedure optimization?