How will we see framework of a table?
Answers were Sorted based on User's Feedback
Answer / yam
to see the framework of table use
DESCRIBE tablename;
or DESC tablename
| Is This Answer Correct ? | 20 Yes | 1 No |
Answer / sudheer kumar mikkilineni
select dbms_metadata.get_ddl('TABLE','DEPT','SCOTT') from
dual;
| Is This Answer Correct ? | 12 Yes | 0 No |
how can we find the number of rows in a table using mysql? : Sql dba
How do I run a sql trace?
why we go for package? what are the advantages of using instead of seperate procuderes or functions
Is sql injection illegal?
How can you select unique records from a table?
What does partition by mean in sql?
What is trigger in pl sql with examples?
What is a rank in sql?
Can we use join in subquery?
Does oracle use sql?
What is graph sql?
Is natural join same as inner join?
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)