Untitled

 avatar
DMITRYZIMKOV
plain_text
a year ago
544 B
5
Indexable
INSERT INTO your_table_name (RollNumber, name, PTQM, IT, FC, Eco, BRM, Tax, Equity)
VALUES
(1, 'John Doe', 85, 90, 78, 92, 88, 75, 80),
(2, 'Jane Smith', 92, 88, 95, 80, 85, 90, 78),
(3, 'Mee Full', 80, 85, 90, 88, 92, 78, 95),
(4, 'Mee Full', 78, 92, 85, 90, 80, 88, 95),
(5, 'Mee Full', 90, 80, 88, 85, 78, 92, 95),
(6, 'Mee Full', 88, 95, 80, 78, 90, 85, 92),
(7, 'Mee Full', 95, 78, 92, 80, 88, 90, 85),
(8, 'Mee Full', 85, 90, 78, 92, 88, 75, 80),
(9, 'Mee Full', 92, 88, 95, 80, 85, 90, 78),
(10, 'Mee Full', 78, 92, 85, 90, 80, 88, 95);
Editor is loading...
Leave a Comment