Subscribe

RSS Feed (xml)



Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Thursday, August 4, 2011

SQL Topics

SQL Topics


SQL stands for "Structured Query Language". It is used by relational database technologies such as Oracle, Microsoft Access, and Sybase, among others. We've categorized SQL into the following topics:

Data Types UNION Query
SELECT Statement UNION ALL Query
DISTINCT INTERSECT Query
COUNT / SUM / MIN / MAX MINUS Query


WHERE Clause UPDATE Statement
"AND" Condition INSERT Statement
"OR" Condition DELETE Statement
Combining "AND" with "OR"

Tables (create, alter, drop, temp)
"LIKE" Condition Views
"IN" Function
BETWEEN Condition
EXISTS Condition
GROUP BY
HAVING
ORDER BY (sort by)


JOINS (inner, outer)

No comments:

Blog Archive