Skip to content

Commit a52d28d

Browse files
authored
Create 4-create-index-with-annotation.sql
1 parent 59aecb9 commit a52d28d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
REM Script for 23c: 4-create-index-with-annotation.sql
2+
3+
-- create index on column loc with annotation
4+
5+
create index i_loc_dept on dept (loc) annotations (display 'Deptno Location Index');

0 commit comments

Comments
 (0)