Content text Untitled document - 2024-08-30T113924.967.pdf
4. Normalize the following table of EMP to 3NF EMP(empno,ename,mgr,job,deptno,loc,dname) Answer: Click Here Exercise 1. How would you create a new database named EMP? Answer: mysql> CREATE DATABASE EMP; Practicalkida.com