Geometry.Net - the online learning center
Home  - Computer - Sql
e99.com Bookstore
  
Images 
Newsgroups
Page 6     101-120 of 191    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

         Sql:     more books (100)
  1. Pro SQL Server 2005 Reporting Services by Rodney Landrum, Walter J. Voytek II, 2005-10-26
  2. Professional SQL Server 2000 Programming by Rob Vieira, 2000-12
  3. Pro SQL Server 2005 Integration Services by Jim Wightman, 2007-12-19
  4. Sams Teach Yourself SQL in 21 Days (4th Edition) (Sams Teach Yourself) by Ron Plew, Ryan Stephens, 2002-10-25
  5. MicrosoftSQL Server(TM) 2005 Integration Services Step by Step by Paul Turley, Joe Kasprzak, et all 2007-06-20
  6. Mastering Microsoft SQL Server 2005 (Mastering) by Mike Gunderloy, Joseph L. Jorden, et all 2006-03-20
  7. Oracle Database 10g SQL (Osborne ORACLE Press Series) by Jason Price, McGraw-Hill, 2004-02-20
  8. SQL: The Complete Reference, Second Edition by James R Groff, Paul N. Weinberg, 2002-08-28
  9. SQL Queries for Mere Mortals(R): A Hands-On Guide to Data Manipulation in SQL (For Mere Mortals) by Michael J. Hernandez, John L. Viescas, 2000-08-31
  10. Professional SQL Server 2005 XML (Programmer to Programmer) by Scott Klein, 2006-01-11
  11. The Guru's Guide to SQL Server Stored Procedures, XML, and HTML by Ken Henderson, 2002-01-06
  12. Microsoft SQL Server 2005 Express Edition For Dummies (For Dummies (Computer/Tech)) by Robert Schneider, 2006-07-31
  13. MCTS Self-Paced Training Kit (Exam 70-445): Microsoft SQL Server 2005 by Erik Veerman, Teo Lachev, et all 2007-09-12
  14. Beginning PL/SQL: From Novice to Professional (Beginning from Novice to Professional) by Donald Bales, 2007-08-24

101. Teach Yourself SQL In 21 Days, Second Edition -- Table Of Contents --
Teach Yourself sql in 21 Days, Second Edition. Next chapter. Table of Contents Day 1 Introduction to sql. Day 2 Introduction to the Query The SELECT Statement.
http://members.tripod.com/er4ebus/sql/
var cm_role = "live" var cm_host = "tripod.lycos.com" var cm_taxid = "/memberembedded"

Teach Yourself SQL in 21 Days, Second Edition
Table of Contents:
Introduction
Week 1 at a Glance
Day 1 Introduction to SQL
Day 2 Introduction to the Query: The ...
F Answers to Quizzes and Excercises

102. Apache PL/SQL Gateway Module
Open source Apache module allowing PL/sql to generate dynamic web pages.
http://www.sharemation.com/~dmcmahon/modowa.htm
Apache PL/SQL Gateway Module
Doug McMahon
(Doug.McMahon@oracle.com)
January 20, 2004
Files
This module is a demonstration and example of the use of Oracle technology. It is made available for use at your own risk with no warranty of any kind. Please read the open-source license June 2001 Last 8i-based release Directory November 2002 Previous 9i-based release Directory windows_all.zip Windows-format source, demos, tests, and binaries for WIN32 Zip file for Windows unix_all.tgz Unix-format source, demos, tests, Linux binaries, makefiles Gzipped tar file for Unix owa.tgz OWA PL/SQL scripts, Unix file format Protected - not open-source owa.zip OWA PL/SQL scripts, Windows file format Protected - not open-source
Contents
  • Release Information
    Release Information
    Description
    mod_owa is an open-source implementation of the PL/SQL gateway available in Oracle's OAS/OWS product. The gateway is able to call PL/SQL procedures in a manner similar to the way Java servlets are supported, with the Oracle database acting as the "virtual machine". Arguments are marshalled through SQL*Net to your procedures, and responses returned the same way. HTTP header elements are made available via a CGI-like mechanism. The original version of mod_owa was written by Alvydas Gelzinis (alvydas@kada.lt) and Oksana Kulikova (oksana@kada.lt), who still maintain their version at

103. Commons Sql - Commons SQL
What is Commons sql? Commons sql is a component for working with databases and generating DDL. Using Commons sql in Ant or Maven.
http://jakarta.apache.org/commons/sandbox/sql/
@import url("http://jakarta.apache.org/commons/style/tigris.css"); @import url("http://jakarta.apache.org/commons/style/maven.css"); @import url("http://jakarta.apache.org/commons/style/project.css"); About Us Home Contributors License Components Sandbox Commons Sql Overview Javadoc Mailing lists Team CVS Project Documentation About Commons Sql Project Info Project Reports Development Process General Information Charter Volunteering Contributing Patches Releasing Components Jakarta Community Get Involved Mailing Lists Access CVS Repositories Commons Resources (Unofficial) Wiki Japanese Translation Korean Translation Related Apache Commons DB Commons XML Commons
What is Commons SQL?
Commons SQL is a component for working with databases and generating DDL. Its based on experiences and ideas from the Turbine and Torque projects. Commons SQL contains a simple set of beans that represent a relational database schema such as a Database, Table, Column etc. These beans can be read from XML or written to XML using Betwixt via the DatabaseReader and DatabaseWriter classes.

104. CodeHound SQL - The SQL Developer's Search Engine!
sql oriented search engine.
http://www.codehound.com/SQL/
NEW! Download our new Visual Studio .NET Add-In!
CodeHound SQL - The SQL Developer's Search Engine
SQL Community Calendar
search for: CodeHound SQL is the Internet's best SQL search engine! That's right - CodeHound's search results are categorized by database type, like SQL Server, Oracle, MySQL, Informix, and others. Try a search and check out the categories at the top of the page! Join the CodeHound Newsletter and stay informed... Exciting new features are coming to CodeHound, so join our newsletter and be the first to find out how we're going to make your life even easier. Read our How are we doing? Tell us what's on your mind! Do you have a favorite SQL site we're not searching? Let us know through our Suggest A Site form. Do you have a suggestion or complaint? Just use our Feedback page and get on that soapbox!

105. Introduction To Structured Query Language
A good introduction to sql selects, joins and grouping.
http://riki-lb1.vet.ohio-state.edu/mqlin/computec/tutorials/SQLTutorial.htm
Introduction to Structured Query Language
Version 4.67 Back to Lin's Homepage Computer Technology Tutorials
This document below is the lastest available SQL tutorial by James Hoffman, and the content on this site is for personal reference only due to the unavailability on its original site. If you have any questions, please email me to remove this tutorial from the current site. This page is a introductory tutorial of the Structured Query Language (also known as SQL ) and is a pioneering effort on the World Wide Web, as this is the first comprehensive SQL tutorial available on the Internet. SQL allows users to access data in relational database management systems, such as Oracle, Sybase, Informix, Microsoft SQL Server, Access, and others, by allowing users to describe the data the user wishes to see. SQL also allows users to define the data in a database, and manipulate that data. This page will describe how to use SQL, and give examples. The SQL used in this document is "ANSI", or standard SQL, and no SQL features of specific database management systems will be discussed until the "Nonstandard SQL" section. It is recommended that you print this page, so that you can easily refer back to previous examples.
Table of Contents Basics of the SELECT Statement
Conditional Selection

Relational Operators

Compound Conditions
...
Important Links
Basics of the SELECT Statement In a relational database, data is stored in tables. An example table would relate Social Security Number, Name, and Address:

106. SQLuÀ [SMART!]
The summary for this Japanese page contains characters that cannot be correctly displayed in this language/character set.
http://www.rfs.co.jp/sitebuilder/sql/
P
R
Ú×‚́A ‚±‚¿‚çI
Ú×‚́A ‚±‚¿‚çI
TOP
SITEBUILDER SQL
SQL ƒŠƒtƒ@ƒŒƒ“ƒX@–ÚŽŸ
‘æ1Í@SQLŠTà
DBMS ‚ÌŠî‘b’mŽ¯
SQLŒ¾Œê‚ÌŠT—v

SQL Œ¾Œê‚̃NƒCƒbƒNƒŠƒtƒ@ƒŒƒ“ƒX
‘æ2Í@ƒf[ƒ^Œ^‚ƃŠƒeƒ‰ƒ‹
SQL ‚ÌŠî‘b’mŽ¯
SELECT ‚Ɖ‰ŽZŽq‚ðŽg‚Á‚ÄŒvŽZ‚µ‚悤I

ƒf[ƒ^Œ^‚ÌŠT—v
‘æ3Í@ŠÖ”‚Ɖ‰ŽZŽq
ŽZpŠÖ”
“ú•t‚ÆŽžŠÖ”

ƒOƒ‹[ƒvŠÖ”
•¶Žš—ñ‚Ì”äŠrŠÖ” ... SQL ƒvƒƒOƒ‰ƒ~ƒ“ƒOŒ¾ŒêŽ‘—¿ - SAK Streets
ŠÖ˜A‚·‚éuÀ
ƒIƒXƒXƒƒŠƒ“ƒNI
All About SQLƒŠƒ“ƒN ‚±‚ꂾ‚¯‚Í’m‚Á‚Æ‚¯SQL SQL‚ÌŠî‘b‚©‚牞—p‚Ü‚Å SQLŽÀ‘HuÀ ... rhythmfactory ƒEƒFƒuŒŸõ Google YAHOO!JAPAN goo Excite ISIZE ƒtƒŒƒbƒVƒ…ƒAƒC Infoseek Lycos Dragon Search Engine NTT DIRECTORY CSJ Index AltaVista HOME ƒTƒCƒgƒrƒ‹ƒhuÀ ƒT[ƒouÀ ƒIƒXƒXƒI ... SQL

107. YARD-SQL
sql database system for UNIX from YARD Software GmbH.
http://www.yard.de/
http://yard.de/ http://yard.de/

108. SQL Server User Group - PASS
. 2004 PASS sql Server Academy 2325 June 2004 Dubrovnik, Croatia Just Announced- Schedule of technical educational sessions now available!
http://www.sqlpass.org/
Search the PASS site Advanced Search
Membership
Member Programs Community ... Log In
What's New 2004 PASS Community Summit
Sept. 28 - Oct. 1, 2004
Orlando, Florida PASS Chapter Tour
Saturday, June 26
Washington, DC
Register now to attend the PASS Chapter Tour in Washington, DC. The first 10 registrants will receive one copy of the Microsoft™ Windows Server 2003 Enterprise Edition software- valued at $4000 each! Bring a friend and take advantage of two registrations for the price of one!
  • Reporting Services: Best Practices for Enterprise Deployment Reporting Services Overview/Report Authoring
2004 PASS SQL Server Academy
23-25 June 2004
Dubrovnik, Croatia

109. Datenmodellierung II
Eine Pr¤sentation zu Datenmodellierung, ERDiagramm und sql.
http://wwwi.wu-wien.ac.at/Studium/LVA-Unterlagen/GPM/E5/sld001.htm

110. Oracle: SQL*Plus Tutorial
Oracle sql*Plus Tutorial. Under construction For additional information, the following sites can be accessed sql Plus Commands.
http://www.uwp.edu/academic/mis/baldwin/sqlplus.htm
Oracle: SQL*Plus
Tutorial
Under construction
For additional information, the following sites can be accessed: Yahoo's Oracle index section identifies a number of Oracle related sites
Oracle faq
contains several hints on Oracles products, including SQL Plus and Oracle SQL
Oracle Underground
contains many Oracle related links. Logging on/off SQL Plus Commands Data Definition Data Manipulation
Logging On/Off
In windows, find the Oracle group and click on SQL Plus. You will be prompted for your UserID, password, hoststring. Enter the information indicated in class. If successful, you will see the SQL> prompt.
SQL Plus Commands
Introduction Line Editing Using Notepad for editing Sending results to a file ... Retrieving a file
Introduction
At the SQL prompt, you can begin typing any SQL command. Upon hitting return (i.e., enter key) the SQL prompt will change to line number prompts. When you are finished typing a command, type / or RUN to execute the SQL command. Also, a semicolon at the end of the SQL command will execute the command immediately after hitting return. In addition to SQL commands, /, and RUN, other commands can be issued at the SQL prompt (a semicolon does not have to follow the nonSQL commands).
  • DESCRIBE tablenamelists the attributes and their specifications of tablename
  • EDITPlaces you in an editor (Notepad). The buffer contents are put into the editor

111. Business Technology Group's Home Page
Software development services for business applications highest quality analysis, design, and programming using Microsoft, Oracle, and Centura tools. VB, sql Server, Oracle, sqlWindows/32, sqlBase, Access.
http://www.businesstechgroup.com
Business Technology Group, Inc.
Company Profile Business Technology Group, Inc. (BTG) is a software consulting firm specializing in custom software development. BTG operates from the home office of its principal, Thor Thorsson . In its 20-year history, the company has varied in size from 1-15 employees and/or subcontractors. BTG has developed successful business applications and systems for a number of small and large customers, including several Fortune-500 companies. As of recently, Thor's focus is on solo consulting assignments for a selected group of clients. This enables him to give his clients the full benefit of his experience and skills as a software developer, and lets him concentrate on the kind of work he loves to do. Enjoying low overhead and sometimes flexible work schedules, Thor can offer his clients rates well below those typically charged by the major consulting firms for someone with comparable capabilities. For more information on Thor's track record and abilities, see his on-line resume
ICCA Member
BTG is a member of the Independent Computer Consultants Association (ICCA) and has adopted ICCA's Code of Ethics and Standard Practices as its own.

112. Quest Software SQL Navigator
sql Navigator speeds the development of Oraclebased applications and combines coding, tuning, debugging, Web development and version control to deliver higher
http://www.quest.com/sql_navigator-portal/

113. MyTextReport
Creates flexible reports from mysql databases in any ASCIIbased format, like HTML, RTF, TEX, Postscript, VRML whatever. Just edit a template-file and insert special-coded, even relational sql-statements. Open Source, GPL
http://sourceforge.net/projects/mytextreport/
Shop ThinkGeek Slashdot freshmeat Newsletters ... SourceForge Broadband My Favorites SF.net Home Foundries Clustering Distributed Computing Linux on Large Systems my sf.net software map donate to sf.net about sf.net ...
New User via SSL
Search

Software/Group People Freshmeat.net Site Docs SF.net Subscription Subscribe Now
Manage Subscription

Advanced Search

Direct Download
...
Project Monitoring

SF.net Resources Site Docs
Site Status
Site Map

SF.net Supporters
... Get Support Site Sponsors Most Active Gaim Azureus - BitTorrent Client ABC [Yet Another Bittorrent Client] eGroupWare: Enterprise Collaboration ... More Activity Top Downloads eMule Azureus - BitTorrent Client BitTorrent Linux NTFS file system support ... More Statistics SF.net Services Tech Jobs Online Books Comparison Shop Partner Product Offers ... IT Research Library Sponsored Content Project: myTextReport - universal db-report util: Summary Summary Admin Home Page Tracker ... Files Create flexible reports from mysql-databases in any ASCII-based format, like HTML, RTF, TEX, Postscript, VRML... whatever. Just edit a template-file and insert special-coded, even relational SQL-statements. Environment is Java 2 (Swing) Database Foundry Java Foundry Project UNIX name: mytextreport Registered: 1999-12-01 13:36 Activity Percentile (last week): 13.3647%

114. GSQL - A Mosaic-SQL Gateway
Gsql a Mosaic-sql gateway. What is Gsql. Gsql is a gateway program that provides a forms interface in Mosaic to sql databases.
http://archive.ncsa.uiuc.edu/SDG/People/jason/pub/gsql/starthere.html
GSQL - a Mosaic-SQL gateway
What is GSQL
GSQL is a gateway program that provides a forms interface in Mosaic to SQL databases. It creates forms based on commands found in proc files, and then assembles the user inputs into a SQL query that a DBMS can process. A sample form and the proc file used to create it can be found here
Try me
Some working examples of sites using GSQL:
Download and Install
The gateway comprises 2 programs, gsql and sqlmain . gsql is the form-creation program. sqlmain is the database backend program that processes queries. You can download the source for GSQL from this URL: http://base.ncsa.uiuc.edu:1234/gsqlsrc/gsql.tar

115. ASPTutor.com Tutorial De Sql
Tutorial de sql gen©rico y amplio especialmente indicado para inciarse en este lenguaje.
http://www.asptutor.com/sql
Busquedas: Lista de correo Navegacion-> Inicio Tutorial de SQL 23 usuarios activos
Mis mas sinceros agradecimientos a Claudio Casares por este excelente tutorial
Tutorial de SQL
INDICE
Introducción
Componentes del SQL

Comandos

Cláusulas
...
Manual de Estilo

Alojado en:
www.urbe-networks.com Por MADRID
Recomienda esta pagina a un amigo Servicios Gratuitos Postales virtuales
Estadisticas Enlaces recomendados
ANILLO DE DESARROLLO
BuscaHost.com Maestros del Web CGR Software ... Crea un enlace con ASPTutor E-m ail:webmaster@asptutor.com

116. Www.lightlink.com/hessling/rexxsql.html
Gossamer Threads Inc.Show Solutions for Custom Solutions. Gossamer Threads Inc. 9th Floor 100 W Pender Vancouver, BC
http://www.lightlink.com/hessling/rexxsql.html

117. New Frontiers International, Ltd. (NFI) - Atlanta Web Design And Internet Consul
New Frontiers International, Ltd. is a four year old contract software development firm specializing in custom client/server or standalone application development and staffing of IT professionals. Broad experience in MS Access, Sybase and Oracle; recently added VB, sql Server, Front Page and C++ and others.
http://www.newfrontiersintl.com/

118. Sybase Inc - SQL Anywhere Studio
Products Mobile Wireless sql Anywhere Studio, Buy Now! sql Anywhere transactions occur. Find out more.. sql Anywhere 9 Now Shipping!
http://www.sybase.com/products/mobilewireless/anywhere
Contact Us Login Worldwide Sites Argentina Asia Pacific Australia Austria Belgium Brazil Canada China Czech Republic Denmark Finland France Germany Hong Kong Hungary Italy Japan Korea Mexico Netherlands New Zealand Norway Poland Portugal Russia Slovak Republic South Africa Spain Sweden Switzerland Taiwan Turkey United Arab Emirates United Kingdom MySybase About Sybase Products Solutions ... eShop
PRODUCTS AND SOLUTIONS SQL Anywhere Studio PRODUCT INFORMATION Analyst Reports Archived Webcasts Datasheets Downloads ... Whitepapers
RESOURCES Education Reference Books Newsletters Technical Support ... Products : SQL Anywhere Studio
SQL Anywhere Studio is a comprehensive package that provides data management and enterprise data synchronization to enable the rapid development and deployment of database-powered applications for mobile, embedded and small to medium sized business (SMB) environments. SQL Anywhere Studio extends the reach of corporate data, information and applications to anywhere business transactions occur.
Find out more..

119. Cantara Consulting
Java, C++, XML, Internet, sql, and Unix software development and consulting in the San Francisco area.
http://www.cantara.com/
Cantara Consulting offers software design, development and consulting in
the San Francisco area. Services are rendered by Raul Acevedo, an MIT graduate
with over a decade of experience in Java, C++, XML, Unix and the Internet.

120. Mimer SQL Developers - Mimer SQL Validator
Mimer sql embedded, scalable, database solutions conforming to ISO standards and suited for open environments. Mimer sql Validator.
http://developer.mimer.com/validator/
Jun 6 2004 Contact us > Home
> Mimer SQL 9

> Platforms
...
> Feedback

Mimer SQL Validator Ensure that You Maintain Portability All too often people find themselves locked into a specific DBMS because their SQL code doesn't conform to the SQL standard. Here at Mimer Information Technology, we pride ourselves on conforming to the SQL standard and we play an active role in the Database Languages standardization group which determines exactly what is SQL standard. You can be certain that your SQL conforms to SQL standards by using our unique Mimer SQL Validators. Also, use the Core SQL:1999 feature comparison chart to see the features available in various database systems. Mimer SQL Validators Many applications lack portability between different DBMS products due to vendor-specific lock-ins! By using our on-line Mimer SQL Validators, you can easily verify that your SQL statements conform to the SQL standard. Mimer SQL Validator provides you with vital information on your SQL code. Does it conform to Core SQL? Does it use features outside Core SQL? Is your SQL statement incorrect or incomplete? Mimer SQL Validator gives you the low down on your code and helps you by providing a list of lexical units (tokens) and a suggested correction. Also, use the validator to find out exactly which words are vendor-reserved. You are welcome to use our validator products below!

Page 6     101-120 of 191    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

free hit counter