how fix this prodlem
- create database why
- create table items(
- iid int identity(1,1) primary key,
- name varchar(250) not null,
- category varchar(250) not null,
- price bigint not null
- );
- select * from items
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rijwan AnsariPosted Nov 20, 2021, 3:10 PM
Pankajkumar PatelPosted Nov 20, 2021, 7:06 AM
Vinitha TPosted Nov 19, 2021, 12:22 PM
Sachin SinghPosted Apr 2, 2021, 5:26 PM
use this
Jignesh KumarPosted Apr 2, 2021, 4:06 PM
Salman BegPosted Apr 2, 2021, 12:40 PM