insert into dbo.tCustomer (FirstName, LastName, Age, city) values ('Zeralina2', 'Robinson', 9, 'Meridian') insert into dbo.tCustomer (FirstName, LastName, Age, city ...
INSERT INTO LOGIN_USER VALUES ('ali_stu', 'ali123', 'Alice', 'M', 'Lambert', 'alice@gmail.com', 'S'); INSERT INTO LOGIN_USER VALUES ('bob_stu', 'bob123', 'Bob', 'C ...