Consider the following command to create a tablespace in your production database (which is using an Automatic Storage Management [ASM] instance to manage the database files):CREATE TABLESPACE user_tbspDATAFILE ‘+dgroup3(usder_temp)/user_files/user_tbsp’ SIZE 200M;What would be the result of this command?