Data Engineer wants to analyze query performance & looking out for profiling information, He went to
Query/Operator Details also called Profile Overview of Query Profile Interface & searching for statistics
attributes around I/O. Which of the following information he can’t get from there?
What will happen if you try to create a materialized view as below create or replace materialized view employee_view as select id, role, name from employee where role = current_role();