Untitled

 avatar
unknown
plain_text
6 months ago
445 B
2
Indexable
 INSERT INTO member (member_id, name, branch_code, roll_no, ph_no, email, date_of_join, status)
    -> 
    -> VALUES
    -> 
    ->     (1, 'John Doe', 101, 202301, 1234567, 'johndoe@example.com', '2023-01-01', 'Active'),
    -> 
    ->     (2, 'Jane Smith', 102, 20234, 987610, 'janesmith@example.com', '2023-02-01', 'Active'),
    -> 
    ->     (3, 'Alice Johnson', 101, 200125, 55555, 'alicejohnson@example.com', '2023-03-01', 'Inactive');
Editor is loading...
Leave a Comment