INSERT INTO Commentary (id_comment, quote, users, dateC, comment) VALUES ('CMT001', 'Q001', 'U001', '2024-10-01', 'This quote really resonates with me.'), ('CMT002', 'Q002', 'U002', '2024-10-02', 'A timeless piece of wisdom.'), ('CMT003', 'Q003', 'U003', '2024-10-03', 'I disagree with this viewpoint.'), ('CMT004', 'Q004', 'U001', '2024-10-04', 'Absolutely love this quote!'), ('CMT005', 'Q005', 'U004', '2024-10-05', 'Very motivational, thanks for sharing!'), ('CMT006', 'Q006', 'U005', '2024-10-06', 'This makes me reflect on life.'), ('CMT007', 'Q007', 'U006', '2024-10-07', 'I find this quote very inspiring.'), ('CMT008', 'Q008', 'U007', '2024-10-08', 'I think there’s more to this than meets the eye.'), ('CMT009', 'Q009', 'U008', '2024-10-09', 'Such a powerful statement!'), ('CMT010', 'Q010', 'U009', '2024-10-10', 'This is one of my favorites!');