Databaser och Python Flashcards
1
Q
SQL Query syntax
A
SELECT [* | DISTINCT] column1 [,column2] FROM table1 [,table2] [WHERE "conditions"] [GROUP BY "column-list"] [HAVING "conditions"] [ORDER BY "column-list" [ASC | DESC] ] ;
SQL Query syntax
SELECT [* | DISTINCT] column1 [,column2] FROM table1 [,table2] [WHERE "conditions"] [GROUP BY "column-list"] [HAVING "conditions"] [ORDER BY "column-list" [ASC | DESC] ] ;