Give two examples of how you might determine the structure
of the table DEPT.
Answers were Sorted based on User's Feedback
Answer / amrutharao d
1. SQL>Desc Dept
2. SQL>Select Table_name,Column_name,Data_type,nullable from
user_tab_columns wheRE table_name = 'DEPT'
3. SQL>set long 99999
SQL>select dbms_metadata.get_ddl('TABLE','DEPT') from
dual;
| Is This Answer Correct ? | 8 Yes | 1 No |
what is ora 600?
Is it possible to update the multiple field values in a single query? If possible then write the actual query.
How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?
how can you enable flashback feature?
What is the importance of a recovery model? : sql server DBA
What is a system database and what is a user database? : sql server DBA
Why would you use sql agent? : sql server DBA
In oracle 10g export, import if we declare rows=y/n what would be the output?
What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?
internal architecture
I want to export only structure of the table from oracle database. In that table to used the some partition. To export the table in general way then compilation error was occured i.e-EXP-00003: no storage definition found for segment(11, 2771). Please tell me the correct export command parameter to export the partitioned table. Thanks in Advance..........
What is the difference between LMT & DLT?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)