You create a table named 123.
Which statement runs successfully?
You create a table named 123.
Which statement runs successfully?
When querying a table with a name that starts with a number or contains special characters, the table name must be enclosed in double quotes to be recognized correctly in SQL syntax. Therefore, using SELECT * FROM "123"; is the appropriate way to reference the table named 123.
You have to use double quotes to refer to the table names
You have to use double quotes to refer to the table names since you can't create a table named 123 using regular means
Why wont Option D work when it works for me.
Object Quoted Names. https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/Database-Object-Names-and-Qualifiers.html#GUID-75337742-67FD-4EC0-985F-741C93D918DA
las 4 me salen ERROR