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 |
Explain indexing and what are the advantages of it?
If any possiable to use 2 primary key in single table? How many primary key & foreign key used in each table(min & max)?
What types of integrity are enforced by a foreign-key constraint
What samples and sample databases are provided by microsoft?
Explain Trigger with an example?
Is null vs coalesce?
How to modify existing triggers using "alter trigger"?
Explain left outer join and right outer join?
What are different types of database indexes?
Write a SQL Query to find first Week Day of month?
What is a filestream?
How to check if stored procedure is running 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)