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 |
What happens if the update subquery returns multiple rows in ms sql server?
List the ways in which dynamic sql can be executed?
What is the maximum number of instances in 32 bit and 64 bit sql server 2012?
Is it possible to create tables in stored procedures using a variable for the table name?
What is row_number function?
Which is faster statement or preparedstatement?
What is the difference between implicit and explicit transaction?
What are the different types of cursor?
Explain throw statement in sql server 2008?
How to create dbo table in sql server?
Can a table have 2 foreign keys?
Explain transaction isolation levels in sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)