Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

online sql compiler

12
Create table sub (sub_id number (3) primary key, sub_name varchar2 (10), Sub_code number (3), sub_id number(3), foreign key (sub_id) references sub (sub_id));
Source by www.mycompiler.io #
 
PREVIOUS NEXT
Tagged: #online #sql #compiler
ADD COMMENT
Topic
Name
3+4 =