Computer Science, asked by yusraayyubkhan200740, 2 months ago

please guys answer this question if u don't know please don't answer ok.

Attachments:

Answers

Answered by harneetmakkad27
2

Answer:

create table products ( product id Int Identity(1,1) primary key, product_name Varc har(25), description Varch ar(250), price float(10,2)) ;

All the values taken here are assumptions 'cause not mentioned in the questions by itself.

identity is the keyword used for Autoincrement!

hope it helped. Mark as brainlist

Similar questions