SqlQuery_1.sql 75 B

12345
  1. create table infoadm
  2. (
  3. id int primary key identity,
  4. login nvarchar(25)
  5. )