Problem #1473 DATABASE MANAGEMENT SYSTEM USING ORACLE

<p>Create a view joining EMP and DEPT and restrict it using WITH CHECK OPTION.</p><p>(VIEW + CHECK OPTION)</p>

Your Solution