Clear database

delete and create

DROP DATABASE [database name]; CREATE DATABASE [database name];

Last updated

Was this helpful?