Suppose the database contains a student table defined as follows: A full name is in the form

Question:

Suppose the database contains a student table defined as follows:

A full name is in the form of firstname mi lastname or firstname lastname. For example, John K Smith is a full name. Write a program that copies table Student1 into Student2. Your task is to split a full name into firstname, mi, and lastname for each record in Student1 and store a new record into Student2.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: