Question: PHP AND SQL QUESTIONS PART 1: a) Create a Database for employees (dbEmp) b) Create a Master Table for employees (Code, Name, Salary) c) Try
PHP AND SQL QUESTIONS
PART 1: a) Create a Database for employees (dbEmp) b) Create a Master Table for employees (Code, Name, Salary) c) Try executing all basic queries on the table: SELECT, INSERT, UPDATE, DELETE
PART 2: d) Additional task: Create two more tables (one master, one transaction) under same database and apply Join query involving 2 tables. e) Re-apply Join query involving 3 tables. f) Write the major steps and queries in .doc file as practical mysql assignment. ................................................... General information about Master/Transaction tables to be used in this task: 1. tbEmpMst (empCod, empNam, empSal) MASTER table 2. tbPrjMst (prjCod, prjNam, prjLoc) MASTER table 3. tbEmpPrj (empCod, prjCod, dteJoi) TRANSACTION table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
