Code of DMS
Code of DMS
Code of DMS
enrollment_date DATE,
);
2. DATA INSERTION:
Inser�ng records into the Student Table
INSERT INTO Student (first_name, last_name, dob, gender, address, email, phone_number)
VALUES ('John', 'Doe', '2000-05-15', 'Male', '123 Main St, City',
'[email protected]', '1234567890');