Home > Database > SQL > body text

What is the sql statement to view the table structure?

hzc
Release: 2020-06-08 11:46:50
Original
26352 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:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!