Actually, upon reflection, maybe the page count column pages isn’t actually all that useful for this particular database, so here’s how to remove that column using the DROP keyword:
ALTER TABLE classics DROP pages;
Actually, upon reflection, maybe the page count column pages isn’t actually all that useful for this particular database, so here’s how to remove that column using the DROP keyword:
ALTER TABLE classics DROP pages;