Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
DESCRIBE command helps to display schema of table - Database
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Database
Q. Which command helps to display schema of a table?
- Published on 26 Aug 15
a.
DESCRIBE
b.
DISPLAY
c.
DESC
d.
SHOW
ANSWER: DESCRIBE
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Nirja Shah
-Posted on 02 Nov 15
- Syntax
DESCRIBE { table-Name | view-Name }
- It provides a description of the specified table or view.
- For a list of tables in the current schema, use the Show Tables command.
- For a list of views in the current schema, use the Show Views command.
- For a list of available schemas, use the Show Schemas command.
- If the table or view is in a particular schema, qualify it with the schema name.
- If the table or view name is case-sensitive, enclose it in single quotes.
- You can display all the columns from all the tables and views in a single schema in a single display by using the wildcard character '∗'.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲