Answers for "capabilities of sql select statements"

SQL
0

capabilities of sql select statements

Projection = Select the columns in
a table that are returned by a query
Selection = Selects the rows in a
table that are returned by a query
Join = Brings together data that is 
stored in different tables by
specifying the link between them
Posted by: Guest on January-28-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language