Would like to ask folks here, I want to export all db objects from schema to dmp file, noticed that this could be done via exp or expdp command. My Question is I want to export certain table's data only. example I've 100 tables in my schema and only got 10 table's data that required to export while the rest 90 tables I just want metadata only. How could I achieved that ? Thanks