-- describe a table in another schema:describe user2.flights;-- describe a table whose name is in mixed-case:describe 'EmployeeTable';-- describe a table in a different schema, with a case-sensitive name:describe 'MyUser.Orders';-- describe all the columns from all the tables and views...
-- describe a table in another schema:describe user2.flights;-- describe a table whose name is in mixed-case:describe 'EmployeeTable';-- describe a table in a different schema, with a case-sensitive name:describe 'MyUser.Orders';-- describe all the columns from all the tables and views...