This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
CREATE TABLE db.Test1(id BIGINT NOT NULL AUTO_INCREMENT, Datem Date, Pass VARCHAR(400), Descriptionm VARCHAR(400), do_you_like VARCHAR(400), rollNumber VARCHAR(400), Namem VARCHAR(400), PRIMARY KEY (id));