USE THE DESCRIBE COMMAND TO SHOW THE DATA TYPES IN SOME TABLES

2. Use the DESCRIBE command to show the data types in some tables:

describe employees;

describe departments;