Home > Database > SQL > What is the sql statement to view the table structure?

What is the sql statement to view the table structure?

hzc
Release: 2020-06-08 11:46:50
Original
26498 people have browsed it

What is the sql statement to view the table structure?

The method to view the sql statement of the table structure is:

Oracle view table structure
1. Command window: desc table name
2.sql window: select * from user_tab_columns where table_name='uppercase table name';

##MySQL view table structure

1.View table structure: desc table name

Recommended tutorial: "

mysql tutorial"

The above is the detailed content of What is the sql statement to view the table structure?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
sql file
From 1970-01-01 08:00:00
0
0
0
php - Overhead of prepare vs sql?
From 1970-01-01 08:00:00
0
0
0
Print sql statement
From 1970-01-01 08:00:00
0
0
0
Pass array to SQL insert query using PHP
From 1970-01-01 08:00:00
0
0
0
sql optimization or
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template