User SCOTT wants to export his objects using Oracle Data Pump and executes the following command: $ expdp scott/tiger
directory = EXPORT_DIR
dumpfile = scott.dmp include = table
include = view:"like ’%DEPARTMENTS%’"
content = DATA_ONLY
Which task would the command accomplish?()