79225364

Date: 2024-11-26 04:58:20
Score: 2.5
Natty:
Report link

create table student( student_ID int identity (1,1) primary key , student_Name nvarchar (15), course_ID nvarchar (15) foreign key , contact int unique , email nvarchar check (@), );

correct this

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: rohan