------------------- Create Table Users
Create Table Users (UserId int identity(1,1) Primary Key Not NULL, UserName varchar(50) Not NULL UNIQUE, User