SHOW-DATA-TYPES
Name
SHOW DATA TYPES
Description
This statement is used to view all supported data types.
grammar:
```sql
SHOW DATA TYPES;
```
Example
1. Display all supported data types
SHOW DATA TYPES;
Keywords
SHOW,DATA,TYPES