SELECT table_alias.<auto-suggest> FROM test.t1 AS table_alias WHERE table_alias.<auto-suggest> = 5 GROUP BY table_alias.<auto-suggest> HAVING table_alias.<auto-suggest> = 5 ORDER BY table alias.<auto-suggest>
Data Studio suggests a list of possible schema names, table names, column names, views, sequences, and functions in the PL/SQL Viewer.
Follow the steps below to select a DB object:
On selection, the child DB object will be appended to the parent DB object (with a period(.)).
If there are two schemas that are named public and PUBLIC, then all child objects for both these schemas will be displayed.