Hi,
Does anyone know what the difference between Drop and Empty table is?
Hi,
Does anyone know what the difference between Drop and Empty table is?
The Team Behind DealByEthan.com | Curating unique finds for a discerning community. Committed to a seamless and inspiring shopping experience. Connect with us: https://linktr.ee/dealbyethan
Drop table removes the table from the database, usually to replace it with an updated table configuration in a subsequent create table statement. Empty table removes all information from the table, but leaves the table itself intact.