Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

https://livesql.oracle.com/apex/livesql/s/l8fedwph53gt5gigbacwvu6m0

create table dep_policy(eid int,name char(10),age int,primary key(eid,name),foreign key(eid) references emp(eid))
Source by livesql.oracle.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
5+1 =