Steve M. answered 05/15/19
Tutor
5.0
(168)
Experienced Oracle SQL & PL/SQL Developer and Instructor for 20+ years
create table
(
col1 int,
col2 int,
col3 int,
primary key (col1,col2)
)
Steve M. answered 05/15/19
Experienced Oracle SQL & PL/SQL Developer and Instructor for 20+ years
create table
(
col1 int,
col2 int,
col3 int,
primary key (col1,col2)
)
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.