Answer Posted / dileep
A Table space is a logical group of data files in a data
base. a typical data base consists at least one table space,
and usually two or more. In a database a table space plays a
role similar to that of a folder on the hard drive of a
computer.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is a field in a database ? : Sql dba
How to write html code in pl sql?
How to display Row Number with Records in Oracle SQL Plus?
Can delete statement be rollbacked?
1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...
what are the performance and scalability characteristics of mysql? : Sql dba
How do you modify a trigger?
What is bulk collect in pl sql?
Why is there a need for sqlcode and sqlerrm variables?
How do you write a subquery?
how to drop an existing index in mysql? : Sql dba
Is primary key a clustered index?
Define overloaded procedure?
What is lexical units in pl sql?
Is it possible to update views?