create table emp( empId int not null primary key, names nvarchar( 10 ), salary decimal( 9, 2 ), mgrId int ...
group.gimoo.net