Question: Write an SQL query to create 2 tables DEPT, EMP with the given details DEPT Columns Datatype Size D_ID Varchar23 D_Name Varchar2 10 EMP Columns
Write an SQL query to create 2 tables DEPT, EMP with the given details DEPT Columns Datatype Size D_ID Varchar23 D_Name Varchar2 10 EMP Columns Datatype Size Constraints E_ID Number Primary key E_Name Varchar2 15 D_ID Varchar2 3 Foreign key
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
