What
is max length of a tablename?(t1)
Which
table has fields infor about an index?(t4)
Is
it going to save space to use VARCHAR2 instead of CHAR?(t7)
How
to solve locking problem?(t10)
How
to drop a column of a table?(t13)
How
to find length of a number?(t16)
How
to find total space size?(t19)
How
to recover data dictionary?(t22)
How
to drop schema?(t25)
What
is the opposite of ASCII function?(t28)
How
to get current sequence number?(t31)
What
is maximum for primary key?(t34)
How
to find tablespace information?(t37)
How
to view primary keys for a table?(t40)
Which
column should have index?(t43)
How
to find out last time a table accessed?(t46)
How
to create temporary table?(t49)
How
to determine table usage with query?(t52)
How
to bypass rowid?(t55)
Temperary
table space(t2)
How
to know the space a table takes?(t5)
How
to set the format of DATE?(t8)
Can
I name a primary key?(t11)
How
to create SEQUENCE?(t14)
Where
the constraint name comes from?(t17)
How
to change contents of primary key?(t20)
How
to rename a tablespace?(t23)
How
to get current space of a table?(t26)
Primary
Key and Constraint(t29)
How
to change column size?(t32)
What
is max size of varchar?(t35)
How
to find out last time a table updated?(t38)
Why
got error to create primary key?(t41)
How
to specify the default database?(t44)
How
to find index and primary key?(t47)
Numeric
datatype question(t50)
How
to update table statistics?(t53)
Table
more than 255 columns(t56)
Max
Extents reached(t3)
Do
I have to use SEQUENCE?(t6)
How
to find a table's primary key?(t9)
How
to insert a black into a non-NULL column?(t12)
Table
extents(t15)
What
kind data type available?(t18)
How
to move a table from a tablespace to another?(t21)
Storage
Structure(t24)
How
to change the column order?(t27)
How
to create a public table?(t30)
How
nested tables,trigger work?(t33)
How
to find right EXTENTS?(t36)
How
to set the sequence?(t39)
What
is the serial type in Oracle?(t42)
How
to calculate segment size?(t45)
How
to use bitmap index?(t48)
Is
there cascading delete function in Oracle?(t51)
How
to delete all rows from table without drop it?(t54)
How
to monitor table usage?(t57)