//creation of my table CREATE TABLE tblusers ( id int(11) NOT NULL, UserName varchar(150) NOT NULL, IdNum varchar(120)
tblusers
id
UserName
IdNum