DBMS - Assignment No 2.A
A] (Employee Schema) Create following tables in MYSQL O Employee( Emp_id, Dept_id, Emp_fname, Emp_lname, Emp_Position, Emp_salary,Emp_JoinDate) O Dept ( Dept_id, Dept_name,Dept_location , ) O Project( Proj_id,Dept_id ,Proj_Name,Proj_Location,Proj_cos...
ayushbulbule.hashnode.dev4 min read