CREATE TABLE IF NOT EXISTS empsdfdf(
  id int AUTO_INCREMENT,
  name VARCHAR(255),
  designation VARCHAR(255),
  PRIMARY KEY(id)
)