Introduction to Oracle9i: Advanced SQL
Essential advanced features within the Oracle SQL language are considered within this course. Building
indexes, specifying declarative constraints, managing security privileges for tables and using SQL to
satisfy some of the most complex query requests are all among the topics considered within this course.
This course largely focuses on SQL features that are unique to the Oracle database and as such is
applicable even for SQL professionals experienced in other databases.
View other Oracle Courses available
- Cost: Price on application
- Duration: 3 days
- This course is not available as part of our public schedule but can be provided on a customised client specific basis.
Introduction To Oracle9i: SQL
creating an application schema
truncate
difference from delete and drop table
create index / drop index
user_ind_columns
alter view
user_updatable_columns
defining sequences
create sequen
nextval, currval
alter, drop sequence
create synonym / drop synonym
user schema pass_a
about object security
grant, revoke
character functions
upper(), lower(), initcap()
chr(), ascii()
rpad(), rtrim()
decode(), substr()
instr(), translate()
replace()
greatest(), least()
soundex()
greatest(), abs()
round(), trunc(), sign()
to_char()
format elements: yyyy, ddth, fm, rr
to_date() exam
months_between()
add_months(), last_day()
last_day(), next_day()
trunc(), round() dates
null value functi_
case expression
coalesce() func_sce
not null constraint
check constraint
unique constraint
primary key constraint
references constraint
on delete cascade
on delete set null
drop table cascade
enabling & disabling constraints
validate new transactions only
deferred enforc_d
set constraints deferred
managing constraint exceptions
constraints
data dictionary storage
user_constraints
constraint_type code explanation
using rollup
grouping()
cube
break, compute
column, ttitle / btitle
xsql file
define / und
accept
start or @
prompt, pause
:n hierarchy (supervision)
m:n hierarchy (bill-of-materials)
advanced sql & sql*plus features