|
|
SQL
SQL (Structured Query Language) is a standard interactive and programming language for getting information from and updating a database. Although SQL is both an ANSI and an ISO standard, many database products support SQL with proprietary extensions to the standard language. Queries take the form of a command language that lets you select, insert, update, find out the location of data, and so forth. There is also a programming interface.
Free SQL Tutorials
We offer a 3 free SQL tutorials through e-mail.
TSQL
- Select
- Where
- Delete
- Insert
- Update
- Create
- Drop
- Alter
- Inner Join
- Left outer Join
- Right Outer Join
- Full Outer Join
- Group By
SQL Server 2000
- Enterprise Manager
- Query Analyzer
- Starting/Stopping
- Backup a Database
- Restore a Database
- Maintenance Plans
- Adding Logins
- Adding Roles
- Importing
- SQL Server Agent
Integration Services
- Creating A NEw Project
- Creating Excel Connection
- Creating OLE DB Connection
- Add Data Flow Task
|