Untitled

 avatar
unknown
plain_text
6 months ago
488 B
2
Indexable
INSERT INTO book (book_id, title, lang_id, mrp, publisher_id, publisher_date, volume, status)
    -> 
    -> VALUES
    -> 
    ->     (1, 'The Lgs', 1, 500, 1, '2000-01-01', 3, 'Available'),
    -> 
    ->     (2, 'To Kilird', 2, 300, 2, '1960-07-11', 1, 'Borrowed'),
    -> 
    ->     (3, 'Priice', 1, 250, 1, '1813-01-28', 1, 'Available'),
    -> 
    ->     (4, '1984', 1, 350, 2, '1949-06-08', 1, 'Lost'),
    -> 
    ->     (5, 'Themist', 2, 200, 1, '1988-05-20', 1, 'Available');
Editor is loading...
Leave a Comment