Hi,
I got ” ORA-00905: missing keyword ” error in Oracle SQL .
Details of error are as follows.
ORA-00905: missing keyword
The ORA-00905 error is related with the missing of required keyword ( from, select , insert, in, update, delete) usage in the SQL Statement.
Usually you may forget the from keyword before table name in the Select statement.
To solve this error, you need to Correct the syntax.
Do you want to learn Oracle SQL, then read the following articles.
Oracle SQL Tutorials For Beginners – Learn Oracle SQL from scratch with Oracle SQL Online Course