pgsearch

Here you may search information related to ORDBMS PostgreSQL.
please visit pgsearch

Download: SQL Anywhere Developer Edition

Download: SQL Anywhere Developer Edition
Sponsored by Sybase
SQL Anywhere provides data management and exchange technologies designed for database-powered applications that operate in frontline environments without onsite IT support. SQL Anywhere is offered at no cost for development and testing. Register before the 60 day evaluation expires to continue using the product free of charge for development [...]

Eliminate SQL Injection Attacks Painlessly with LINQ

Eliminate SQL Injection Attacks Painlessly with LINQ
by Jason Schmitt
Microsoft’s LINQ to SQL technology offers .NET developers the chance to eliminate the possibility of SQL injection security vulnerabilities in their web applications.

Whitepaper: Microsoft SQL Server vs. Sybase Advantage Database Server–Which is Right for You?

Whitepaper: Microsoft SQL Server vs. Sybase Advantage Database Server–Which is Right for You?
Sponsored by Sybase
Advantage Database Server (ADS) is designed for use in embedded and distributed systems. The first year total cost of ADS is less than 10% of the cost for Microsoft SQL Server. The disk footprint of ADS is 1/50th of SQL Server’s [...]

Whitepaper: Blind SQL Injection–Are Your Web Applications Vulnerable?

Whitepaper: Blind SQL Injection–Are Your Web Applications Vulnerable?
Sponsored by HP
In large measure, SQL Injection depends on an attacker discovering and verifying portions of the original SQL query using information gained from error messages. However, Web applications can still be vulnerable to Blind SQL Injection attacks even when error messages are not [...]

MySQL Interview Questions

What is DDL, DML and DCL? – If you look at the large variety of SQL commands, they can be divided into three large subgroups. Data Definition Language deals with database schemas and descriptions of how the data should reside in the database, therefore language statements like CREATE TABLE or ALTER TABLE belong to DDL. [...]

SQL Tutorial

SQL Tutorial
Resource: www.dirhost.com
Author: Web-O-Gramming
Date: 22 April 2000

A SQL tutorial for people using Cold Fusion or ASP.
Covers basic functionality such as SELECT, DELETE,
INSERT, LIKE, UPDATE, WHERE

Intro
This Tutorial was made to give you some working knowledge of SQL.
It does not include advanced topics like stored procedures,etc.
If you want to use a database [...]