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 and column names, and views in the SQL Terminal.
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 with the name public and PUBLIC, then all child objects for both these schemas will be displayed.