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++ (20)
CGI (10) Coldfusion (22) Content Management (12)
CSS (53) DHTML (16) Domain Names (14)
Hardware (31) HTML (39) Java (30)
Javascript (39) JSP (10) Linux (77)
Microsoft Access (17) Microsoft Windows (85) Mysql (21)
Networking & Communication (2) Oracle (15) Perl (18)
PHP (47) PostgreSQL (9) Python (16)
Ruby (51) SAP (2) Search Engine (27)
Structured Query Language (29) Visual Basic (15) Web Hosting (15)
XHTML (9) XML (21)

Ordering   Advanced search

Tuesday, 19 June 2007 |  Written by Steve Joubert  | 
User rating: Rate it first |  Hits: 1053
{mos_sb_discuss:29} This is Part 3 of a four-part article series on SQL Server Reporting Services 2005 (SSRS). Part 1 provided a step-by-step guide to basic report creation and Part 2 took a tour of some of the core SSRS features and functions that you'll need to develop dynamic reports. Here, we turn our attention to the chart control that ships with SSRS.
Tuesday, 19 June 2007 |  Written by Steve Joubert  | 
User rating: Rate it first |  Hits: 1232
{mos_sb_discuss:29} In Part 1 of this article, we looked at the basics of SQL Server Reporting Services 2005 (SSRS). We built one report with the Report Wizard, and one report using the Report Designer. In Part 2, we are going to look in more depth at the features that you can use everyday as an SSRS developer.
Tuesday, 19 June 2007 |  Written by Steve Joubert  | 
User rating: Rate it first |  Hits: 1238
{mos_sb_discuss:29} Building and deploying basic reports If ever there was job for "real" developers to shuffle to their juniors, it is building reports. It's not real development anyway; it's more like glorified formatting.
Tuesday, 19 June 2007 |  Written by Grant Fritchey  | 
User rating: Rate it first |  Hits: 927
{mos_sb_discuss:29} Have you heard this statement or others like it? This is usually delivered early in a development cycle when someone, probably not the person spewing these words of "wisdom," suggests that performance should be taken into account when designing and building the database, or laying out the new server configuration, or writing a trigger.
Tuesday, 19 June 2007 |  Written by Robyn Page  | 
User rating: Rate it first |  Hits: 799
{mos_sb_discuss:29} XML has become the accepted way for applications to exchange information. It is an open standard that can be used on all technical platforms and it now underlies a great deal of the inter-process communication in multi-tiered and distributed architectures.
Tuesday, 19 June 2007 |  Written by Robyn Page and Phil Factor  | 
User rating: Rate it first |  Hits: 778
{mos_sb_discuss:29} Like all these workbench articles, the whole point is to try different thingsout, improve on the code, and learn in a practical way. If you're like us, and find you can take in information only after real practice doing things for real then this article is for you.
Sunday, 17 June 2007 |  Written by Mugur  | 
User rating: Rate it first |  Hits: 2464
The Operators Supported by SQL*Plus are as under 1) Comparision Operators 2) Logical Operators 3) Arithmetic Operators 4) Operators used to negate conditions
Sunday, 17 June 2007 |  Written by Mugur  | 
User rating: Rate it first |  Hits: 905
{mos_sb_discuss:29} SQL(STRUCTURED QUERY LANGUAGE)     * SQL is a Non-procedural Language.     * SQL provides a fixed set of datatypes you cannot define new datatypes.     * Every SQL statement is terminated by a semicolon.     * An SQL statement can be entered on one line or split across several lines for clarity.
Friday, 01 June 2007 |  Written by Phil Harrison  | 
User rating: Rate it first |  Hits: 1786
{mos_sb_discuss:29} SQL Server has three types of indexes—clustered, nonclustered, and primary and secondary XML indexes as XML and XML indexes are quite an advanced topic. The index type refers to the way the index and the physical rows of data are stored internally by SQL Server. The differences between the index types are important to understand.
Tuesday, 29 May 2007 |  Written by Robin Dewson  | 
User rating: Rate it first |  Hits: 6082
Before it is possible to insert data using T-SQL code, you need to be familiar with the INSERTcommand and its structure. The INSERT command is very simple and straightforward in its most minimal form, which is all that is required to insert a record.
Results 11 - 20 of 29 << Start < Prev 1 2 3 Next > End >>

Powered by jReviews