
Database
Get flash to fully experience Pearltrees
SQL Injection Cheat Sheet
The goal of this page — which is a work in progress — is to gather information relevant for people who are porting SQL from one product to another and/or are interested in possibilities and limits of 'cross-product' SQL. The following tables compare how different DBMS products handle various SQL (and related) features. If possible, the tables also state how the implementations should do things, according to the SQL standard. I will only write about subjects that I've worked with personally, or subjects which I anticipate to find use for in the near future. Subjects on which there are no significant implementation variances are not covered. Beta-versions of software are not examined.
Comparison of different SQL implementations
Best practices to improve performance in JDBC
Best practices to improve performance in JDBC This topic illustrates the best practices to improve performance in JDBC with the following sections: Overview of JDBC JDBC defines how a Java program can communicate with a database.All the tips provided on this website about indexing are general guidelines .
General Tips on Optimizing SQL Server Indexes
SQL Server Indexes
Relational databases like SQL Server use indexes to find data quickly when a query is processed. Creating and removing indexes from a database schema will rarely result in changes to an application's code; indexes operate 'behind the scenes' in support of the database engine. However, creating the proper index can drastically increase the performance of an application.SQL Server Index Basics
SQL basics: Query multiple tables
The TechRepublic CIO50 list celebrates the most influential and innovative tech chiefs, voted by their fellow CIOsMySQL
Visual FoxPro
SQL Server
Oracle
SQLite
Tutorials and Tips

