Activity For Today

 

 

1.  1.     Create a database and name it db_your_family_name

2.   2.    Create tables described below and input the records for each.

 3.

 


 

 

No comments:

Post a Comment

DELETE A RECORD FROM MYSQL DATABASE USING VANILLA JAASCRIPT WITH API CODED IN PHP

 Code as used in the video: delete.js export const deleteModal = async ( studId , refreshDisplay ) => {   document . getElementById...