一、原題View the Exhibit and examine the structure of the CUSTOMERS table.You want to generate a report
查看Oracle用戶可以使用那些表數據字典表(管理用戶所有表) desc user_tables;(查看可以操作的表) select tables_name from user_tables;(SCO