Question: Write a Program in MySQL that: Create a table with this command CREATE TABLE A _ TEST ( id number ) ; Develop a PL
Write a Program in MySQL that:
Create a table with this command
CREATE TABLE ATEST id number;
Develop a PLSQL code to insert records into above table.
Use FOR LOOP to insert numbers
INSERT INTO ATEST VALUES i 'times';
Use WHILE LOOP to insert numbers
INSERT INTO ATEST VALUES counter 'times';
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
