Question
(1) Install MySQL in your computer. You may also install xampp instead of just MySQL. Install the 'Big' PVFC database of the textbook in MySQL
(1) Install MySQL in your computer. You may also install xampp instead of just MySQL. Install the 'Big' PVFC database of the textbook in MySQL and call the database 'bigpvfc'. You may execute the sql file, bigpvfc.sql (provided separately), in MySQL console.
Provide the MySQL commands for the following queries.
(c) List the names and birthdates of employees without missing information in their birthdates.
+------------+----------------+---------------------+ | EmployeeId | EmployeeName | EmployeeBirthDate | +------------+----------------+---------------------+ | 123-44-345 | Phil Morris | 1957-01-05 00:00:00 | | 332445667 | Lawrence Haley | 1963-08-15 00:00:00 | | 454-56-768 | Robert Lewis | 1964-08-25 00:00:00 | | 555955585 | Mary Smith | 1969-05-06 00:00:00 | +------------+----------------+---------------------+ 4 rows in set (0.00 sec)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started