Question: For this project - you will be writing a program (you may choose whatever programming language you want) to read in two of your database
For this project - you will be writing a program (you may choose whatever programming language you want) to read in two of your database tables from Lab 5, and then print out the contents of each of the two tables separately. These MUST be database tables that have already been created and stored as input for your program.


!!!!Turn in a copy of your code, and a copy of the printed tables
Thanks a lot!
mysql mysql select from patient >ORDER BY Name ASC; I SSN I Name I Age IGender BID I AddressI 1 1005 I achara 19 I male2I oodStock 1 1003 I adam 24 1 male l 1 1 Rose e 11 l 1 1001 janes 2 male 1 Atlanta I 100 john 19 male 3I WoodStock I 1 1002 I serena 23I femaleA1laska I 5 rows in set (0.01 sec) mysql> select Name from U4, patient -WHERE patient.SSN U4.PID AND AddressAtlanta I Name I I james I 1 row in set (0.00 sec) mysql select Name from U5, patient -> WHERE patient. SSN ; U5. PID AND Address ; .MoodStock. OR Address . Rosw I NameI I achara
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
