Подскажите, что не так с кодом
CREATE TABLE User
(
UserId INT NOT NULL,
Money INT NOT NULL,
Email VARCHAR(255) NOT NULL,
Password VARCHAR(255) NOT NULL,
PRIMARY KEY (UserId)
);
> Msg 156, Level 15, State 1, Server DESKTOP-245SR4H\LOCALDB#811F8EC6, Procedure , Line 0
Incorrect syntax near the keyword 'User'.
> [42000] [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword 'User'. (156)