Structured Query Language

SQL (Structured Query Language) is a computer language aimed to store, manipulate, and retrieve data stored in relational databases. The first incarnation of SQL appeared in 1974, when a group in IBM developed the first prototype of a relational database. The first commercial relational database was released by Relational Software (later becoming Oracle).

Categories in section: Articles Reviews
4D Database (5) Actionscript (14) Ajax (30)
Apple (25) ASP (20) C++ (22)
CGI (10) Coldfusion (22) Content Management (12)
CSS (53) DHTML (16) Domain Names (14)
Hardware (31) HTML (39) Java (31)
Javascript (39) JSP (10) Linux (81)
Microsoft Access (17) Microsoft Windows (87) Mysql (21)
Networking & Communication (6) Oracle (15) Perl (19)
PHP (47) PostgreSQL (9) Python (18)
Ruby (51) SAP (2) Search Engine (28)
Structured Query Language (29) Visual Basic (15) Web Hosting (15)
XHTML (9) XML (21)

Ordering   Advanced search

Tuesday, 29 May 2007 |  Written by Mugur  | 
User rating: Rate it first |  Hits: 1761
Backing up a database, no matter how large or small, should form part of your database solution.Even if a backup is only taken once a week, or even once a month, it is crucial that you sit down and decide which backup strategy is right for you. Much of this decision lies in the hands of the product owners for your company, since they must weigh the risk they’re willing to take against the cost of minimizing that risk.
Tuesday, 10 April 2007 |  Written by Junaid  | 
User rating: Rate it first |  Hits: 15491
SQL Loader loads data from external files into tables of an Oracle database. A typical SQL Loader session takes as input a control file, which controls the behavior of SQL*Loader, and one or more data files. The output of SQL Loader is an Oracle database (where the data is loaded), a log file, a bad file, and potentially, a discard file. The tables to be loaded must already exist in the database. SQL*Loader never creates tables. It loads existing tables that either already contain data or are empty. The following privileges are required for a load: * You must have INSERT privileges on the table to be loaded. * You must have DELETE privileges on the table to be loaded, when using the REPLACE or TRUNCATE option to empty old data from the table before loading the new data in its place.
Saturday, 17 February 2007 |  Written by Erich Peterson  | 
User rating: Rate it first |  Hits: 2216
{mos_sb_discuss:29} Introduction As the attacks in which hackers use become more and more sophisticated, and the programs in which they attack become increasingly complex, encryption is becoming the last line of defense in database management system (DBMS) security.
Saturday, 10 February 2007 |  Written by Adi Bach  | 
User rating: Rate it first |  Hits: 1414
{mos_sb_discuss:29} Many SQL Server programmers are confused about the use of subqueries, especially nested subqueries (i.e., a subquery that contains a subquery). Let's start with the basics.
Friday, 02 February 2007 |  Written by Phil Harrison  | 
User rating: Rate it first |  Hits: 1614
{mos_sb_discuss:29} A common web application vulnerability is SQL injection, an attack very similar to XSS. The difference is that an SQL injection vulnerability exists whenever you use un-escaped data in an SQL query. (If these names were more consistent, XSS would probably be called HTML injection.)
Saturday, 27 January 2007 |  Written by Adi Bach  | 
User rating: Rate it first |  Hits: 1453
{mos_sb_discuss:29}  You can use performance monitoring tools to monitor report server performance to evaluate server activity, observe trends, diagnose system bottlenecks, and gather data that can help you determine whether the current system configuration is adequate.
Monday, 27 November 2006 |  Written by Mike Chirico  | 
User rating: Rate it first |  Hits: 9852
This article explores the power and simplicity of sqlite3, starting with common commands and triggers. It then covers the attach statement with the union operation, introduced in a way that allows multiple tables, in separate databases, to be combined as one virtual table, without the overhead of copying or moving data.
Tuesday, 07 November 2006 |  Written by JOHN  | 
User rating: Rate it first |  Hits: 2637
{mos_sb_discuss:29} Constructing a database query is a perfectly straightforward process. It typically proceeds something like this (for demonstration purposes, we'll assume that you have a database of wines, where one of the fields is the grape variety):
Thursday, 14 September 2006 |  Written by Bogdan V  | 
User rating: Rate it first |  Hits: 3164
{mos_sb_discuss:29}  Databases are also considered containers. They hold the objects that make up your server's purpose in life. Tables, views, indexes, and stored procedures are all objects that reside in your database. You can, and often will, have multiple user-defined databases residing on your server. These databases are where the production information and code reside. Other databases are installed on your server to give it the intelligence it needs to function.
Results 21 - 29 of 29 << Start < Prev 1 2 3 Next > End >>

Powered by jReviews