answersLogoWhite

0

DUAL table

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is space table in oracle?

Oracle table space is an identifier for a physical file found at the operating system level.


Where the table gets storage in oracle?

In Oracle, the table gets its storage space from extents, which get their storage space from tablespaces, which get their storage from datafiles.


What default index type does Oracle use?

B*Tree Indexes are default indexing feature in Oracle.


What is the syntax for the default constraint name provided by the Oracle11g server?

In Oracle 11g, the default constraint name is automatically generated by the system if not explicitly provided. The syntax for the default constraint is as follows: ALTER TABLE table_name ADD CONSTRAINT constraint_name DEFAULT default_value FOR column_name; If you do not specify a constraint_name, Oracle will generate a name following the format SYS_Cn, where n is a unique number.


Default maxpipesize in DBMS PIPE in oracle?

81 92


How you remove a table in oracle?

via sql one can remove an oracle table (if one has the appropriate privileges) using the drop table tablenamesyntax,or, if one wishes to 'empty' a table, usetruncate table tablename


How do you delete row in oracle table from vb?

you right click it and you scole down to delete row in oracle table that should work


What is all about oracle 10g and oracle8i?

The oracle 10g and oracle 8i there is a minor difference that is oracle 8i doesn't support flash back command once we drop the table in database the message is table dropped but we can use flashback command we can retrieve the drop table once in database


How to import Data from .txt file to oracle 10g table?

Use SQLLoader utility of Oracle


How to get first half records from a table in oracle?

Hello


What is the difference between database file and datafile?

Datafile is a group of files in each table space in an Oracle database. Database files are all files that are found within the database.


The default alignment of the text in a table is?

Text should normally default to left alignment.