table_expression
Syntax
<
table_expression
>
::=
<
from_clause
>
[
<
where_clause
>
] [
<
group_clause
>
] [
<
having_clause
>
]
End of the code.