Demo.sql create table Car( [id] int identity, ) not null, ) not null ) go insert into Car ([brand],[type])values('BMW','B'),('BMW','M'),('BMW','W'), ('BENZ','B'),('BENZ','E'),('BENZ','N'),('BENZ','Z'), ('HONDA','H'),('HONDA','O'),('HONDA','N'),('HOND…