Question: What error(s) prevent me from running the PL/SQL data? Language SQL A:: Rows 10 Clear Command Find Tables 1 create table euro_data as (select *
What error(s) prevent me from running the PL/SQL data?
Language SQL A:: Rows 10 Clear Command Find Tables 1 create table euro_data as (select * from WKSP_ORAGARRITAT01.euro_data); Select * from euro_data; 2 Results Explain Describe Saved SQL History Error at line 1/70: ORA-00933: SQL command not properly ended ORA-06512: at "SYS.WWV_DBMS_SQL_APEX_220200", line 828 ORA-06512: at "SYS.DBMS_SYS_SQL", line 1658 ORA-06512: at "SYS. WWV_DBMS_SQL_APEX_220200", line 813 ORA-06512: at "APEX_220200. WWV_FLOW_DYNAMIC_EXEC", line 2046 1. create table euro_data as (select * from WKSP_ORAGARRITAT01.euro_data); 2. Select * from euro_data; Save Run
Step by Step Solution
There are 3 Steps involved in it
The error youre encountering is due to a syntax issue in your SQL statement It appears th... View full answer
Get step-by-step solutions from verified subject matter experts
