Question: Please send Screenshot . Data that needs to be inserted is below. The PDF information is the screenshots below in the black and green. no

Please send Screenshot . Data that needs to be inserted is below.

The PDF information is the screenshots below in the black and green.

no that is not possible this is how i received the data

Please send Screenshot . Data that needs to be inserted is below.

The PDF information is the screenshots below in the black and green.no that is not possible this is how i received the dataInstructions - Using MySQL INSERT statements, add ALL of the records toall 5 of the ALEXAMARA Database Tables. - Use the ; tosee what data needs to be inserted. It's a total of 46records. - When you are done, run the command below (copy and

Instructions - Using MySQL INSERT statements, add ALL of the records to all 5 of the ALEXAMARA Database Tables. - Use the ; to see what data needs to be inserted. It's a total of 46 records. - When you are done, run the command below (copy and paste the entire thing into MySQL), and submit a screenshot of the results. USE ALEXAMARA; SELECT CONCAT ("MARINA: ", COUNT () ) AS TAL FROM MARINA UNION SELECT CONCAT("MARINA_SLIP: ", COUNT () ) ) FROM MARINA_SLIP UNION SELECT CONCAT ("OWNER: ", COUNT(*)) FROM OWNER UNION SELECT CONCAT ("SERVICE_CATEGORY: ", COUNT(*)) FROM SERVICE_CATEGORY UNION SELECT CONCAT("SERVICE_REQUEST: ", COUNT () ) FROM SERVICE_REQUEST; Important Note: - Each set of points in the rubric is "all or nothing" for the points. Even one tiny mistake will cost you all of the points for that piece of the rubric. MARINA 2 rows in set (0.000sec) MARINA_SLIP | SLIP_ID | MARINA_NUM | SLIP_NUM | LENGTH | RENTAL_FEE | BOAT_NAME | BOAT_TYPE | OWNER_NUM | 11 rows in set (0.000sec) OWNER 10 rows in set (0.001sec) SERVICE_CATEGORY | CATEGORY_NUM | CATEGORY_DESCRIPTION \begin{tabular}{ll|l|} & 1 | Routine engine maintenance \\ & 2 | Engine repair \\ & 3 | Air conditioning \\ & 4 | Electrical systems \\ & 5 | Fiberglass repair \\ | & 6 | Canvas installation \\ | & 7 | Canvas repair \\ & 8 | Electronic systems (radar,GPS, autopilots, etc.) \end{tabular} 8 rows in set (0.001sec) SERVICE_REQUEST (PART 1 of 3 ) | SERVICE_ID | SLIP_ID | CATEGORY_NUM | EST_HOURS | SPENT_HOURS | NEXT_SERVICE_DATE | 15 rows in set (0.000sec) | SERVICE_ID | description SERVICE_REQUEST (PART 3 of 3 ) | SERVICE_ID | STATUS

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!