query_spec
Syntax
<
query_spec
>
::= SELECT [
<
distinct_spec
>
] [
<
top_spec
>
]
<
select_column
>
,...
<
table_expression
>
End of the code.