|
search site:
Magazine Archives
Newsletter Archives
Current Newsletter
Electronic Books
Technical Tips
Skills & Education
Bookstore
Career Center
Subscribe
Advertise
Summer 2000
Programmers Only
Demystifying "Optimize for N Rows"
Bonnie Baker
Used correctly, this clause solves specific performance problems.
One of the most common questions I am asked is what the "optimize for n rows" clause does. And, while the answer seems e ...
|
|
A Comparison of SQL Server and InterBase Datatypes and Some Other Issues
By Claudio Valderrama C.
In SQL Server, Transact-SQL has the following base data types. I will place on the right side of the equals sign the InterBase equivalent.
+binary(n)=char(n) character set octets
It has been reported that the InterBase client library has a bug regarding octects, but I have yet to see a cdefinitive answer.
+bit=
This is an heritage from Sybase. The internal implementation uses a byte or a word. This is a boolean field. People have used char and smallint in InterBase for this. When I worked with the Sybase engine, even the Sybase client-side tools on Sun platforms (DB-Workbench) had problems dealing with this data type, so I didn't use it.
|
|
Zoo tutorials: [ SQL | SQL (Hong Kong) | Linux | Java | XML ]
A Gentle Introduction to
SQL
Interactive SQL tutorial, learn about: SQL Server, Oracle, MySQL, DB2, Mimer, PostgreSQL, SQLite and Access.
Tutorial Section
1) SELECT:
In which we query the BBC country profile table.
2a) More practice with SELECT:
Additional practice of the basic features using a table of Nobel Prize winners.
2b) SELECT in SELECT:
In which we form queries using other queries.
3) SUM and COUNT:
In whi ...
|
|
Jonathan Gennick
Writer • Editor • Oracle DBA
Articles by Jonathan
Home • Book Support • Articles • Fun Stuff! • About this Site • Links
A Real-life Tuning Experience
Jonathan Gennick
June 4, 2000
Last week I had a rather pleasant experience tuning an SQL query—I was able to reduce the time needed to run the query to 62% of the original time. One of my clients had written a query for an ad-hoc report, and before running it on the production system he sent it to me so that I could have a l ...
|
|
|
|
COSC 6340 Data Management - Fall 1997
For current news click here.
Instructor: Marek Rusinkiewicz
Office Hours: Monday 1-2:30 or by appointment
Teaching Assitant:Ruth Huang
Textbook: Raghu Ramakrishnan, "Database Management Systems", McGraw-Hill, 1997
Alternative Textbook: R. Elmasri and S. Navathe, "Fundamentals of Database Systems", Addison-Wesley, Second Edition, 1995
Prerequisites: COSC 3480 Introduction to Database Systems or consent of the Instructor.
We will have two or ...
|
|
IBM and ITSMWatch Webcast: Linking IT Silos to Create Business Value. July 13, 2006—Register Now.
Free Newsletters:
DatabaseJournal
DBANews
Search Database Journal:
HOMENewsMS SQLOracleDB2AccessMySQLPostgreSQLPHPSQL EtcScriptsLinksDiscussion
» HOME
» NEWS
» FEATURES
» SERIES
MS SQL
Oracle
MS Access
MySQL
DB2
» RESOURCES
Products
Scripts
Links
» DISCUSSION
internet.commerce
Be a Commerce Par ...
|
|
DBMS, March 1996
A Look at SQL Trees
Joe travels from New York to Boise, stopping only to consider trees (in SQL, that is).
In December, I attended both DB/Expo in New York and Database and Client/Server World in Chicago. This is no small feat, because these two major conferences are paired against each other in the same week and have been for the past couple of years. This really needs to stop. I did not see much of either conference and what I did see is blurred tog ...
|
|
Web Hosting | Domain Names | Web Development | Developers Network
Quick Links: Login | ASP | HTML | Javascript | IIS | Search Engines | Site Design
Featured Articles
Web Development
A Smart Choice in Hosting Services, by Aberdeen Group
In this Executive White Paper Summary, Aberdeen discusses the key attributes that enterprises must consider when choosing a hosting services partner and examines the changes hosting providers have implemented to improve the delivery of ...
|
|
Craig S. Mullins
Return to Home Page
October 1998
The Future of SQL
By Craig S. Mullins
I believe the future of SQL is bright; it is the present of SQL that I am worried about — but first, some background.
Structured Query Language, better known as SQL (and pronounced "sequel" or "ess-cue-el"), is the de facto standard query language for relational database management systems (RDBMSs). SQL is used not just by DB2, but also by the other leading RDBMS products such ...
|
|
Introduction to Pro*C
Embedded SQL
Overview
Pro*C Syntax
SQL
Preprocessor Directives
Statement Labels
Host Variables
Basics
Pointers
Structures
Arrays
Indicator Variables
Datatype Equivalencing
Dynamic SQL
Transactions
Error Handling
SQLCA
WHENEVER Statement
Demo Programs
C++ Users
List of Embedded SQL Statements Supported by Pro*C
Overview
Embedded SQL is a method of combining the computing power of a high-level language like C/C++ and the da ...
|
|
DataCraft -> Publications -> PL/SQL 8 Objects paper
Making Sense of Object Technology in PL/SQL 8
Includes Excerpts From Oracle PL/SQL Programming, Second Edition
As Presented at Oracle Open World 1997
Bill Pribyl, DataCraft, Inc.
Steven Feuerstein, PL/Solutions & RevealNet
Introduction
Objects...methods...collections...REFs...casting...object views... Whoa! What is all this new stuff in PL/SQL? What’s it all good for? How do these new features compare with the old? If I abandon ...
|
|
Home / Documentation / FAQ / Support / Download
Mckoi SQL Database Manual
1. Tutorials
1.1. Getting Started
1. Before You Begin
2. Creating A Database
3. Database Configuration
1.2. Mckoi SQL Database as an embedded application
1. Using an embedded Mckoi Database from within your Java(TM) application
2. Using the JDBC Query Tool on a local database
1.3. Mckoi SQL Database as a multi-user server
1. Starting the Database Server
2. Using JDBCQueryTool to access the databa ...
|
|
Mini SQL 2.0 Reference
Introduction
Mini SQL, or mSQL, is a lightweight database engine designed to provide fast access to stored data with low memory requirements. As its name implies, mSQL offers a subset of SQL as its query interface.
Mini SQL Version 2 is the second generation of the Mini SQL product. mSQL 1.0 has been available in various forms since June 1994 and has undergone many enhancements to become a very popular and stable database system for small databases. mSQL 2 ...
|
|
Search
Home
Articles
Backup
Books
Certification
FAQ
Products
Replication
Scripts
Seminars
TSQL
Resume
Bargain Humidors
Solid Quality Learning
My newest book has just rolled off the printing press and is headed to a book store near you. The 70-431 Training Kit from Microsoft Press will prepare you for the first certification exam in the SQL Server 2005 certification series. With my co-author, JC Mackin, I am also working o ...
|
|
Search
Home
Articles
Backup
Books
Certification
FAQ
Products
Replication
Scripts
Seminars
TSQL
Resume
Bargain Humidors
Solid Quality Learning
My newest book has just rolled off the printing press and is headed to a book store near you. The 70-431 Training Kit from Microsoft Press will prepare you for the first certification exam in the SQL Server 2005 certification series. With my co-author, JC Mackin, I am also working o ...
|
|
Notes on Embedding SQL in C
INSTRUCTIONS and Example of Execution (READ FIRST)
Original C file with SQL macros (t.pc)
File to setup SQL data (run in SQLPLUS)
Cshell Program to execute
Makefile
Additional details are given in your reference text:
R. Sunderraman, Oracle Programming: A Primer. Addison-Wesley, 1998. ISBN: 0-201-35753-4.
|
|
O’Reilly MediaMy Account View Cart Home
Network
Store
Safari Books Online
Conferences
Courses
Academic Solutions
About
Contacts History Tim O'Reilly Press Room Jobs Newsletters Writing for O'Reilly Print
Bookmark with del.icio.usExecuting Common SQL Coding Tasks Using Function Calls
by Kevin Kline, Daniel Kline
12/04/2000
One of the great things about RDMS (Relational Database Management Systems) is its unmatched flexibility in addressing a number of different work require ...
|
|
Oracle/SQL Tutorial
This Oracle/SQL tutorial provides a detailed introduction to the SQL query language and the Oracle Relational Database Management System. Further information about Oracle and SQL can be found under www.db.cs.ucdavis.edu/dbs. References to other SQL Tutorials and Oracle related material can be found here.
The tutorial is now also availabe in Italian! Many thanks to Roberto Meloni! The complete PDF version can be downloaded here
An updated version will be completed soon. T ...
|
|
|
SQL - Structured Query Language
Welland Barn,
Kirby Road,
Gretton,
Northamptonshire,
NN17 3DB,
UK
Tel: +44 (1905) 767638
Fax: +44 (1536) 771441
Internet: http://www.chl.co.uk
Email: info@chl.co.uk
Synopsis
A complete self paced tutorial which takes you through all the important elements of SQL up to and including sub-queries and correlation.
Contents
Chapter 1: Introduction
Chapter 2: Files, Databases and Database Management Systems
Chapter 3: Relational Databases
Chapter 4: SQL Data Manipulation Language
Chapter 5: SQL Data Definition Langauge
Chapter 6: Further Data Manipulation Techniques
Appendix A1: The Airline Database
About CHL
© Copyright 1997 CHL. All rights reserved.
|
|
/* */
Site Search: Login | Store | Register | Active Threads | Advertise | Contact Us
Site Menu
Support us!
Visit our store!
Get SQL Server Help
Welcome to SQLServerCentral.com
(a Microsoft SQL Server community of 337,613 DBAs, developers and SQL Server users and growing)
Welcome to the largest Microsoft SQL Server community on the web with 337,613 registered members! SQLServerCentral.com offers you thousands of SQL Server ...
|
|
Site sponsored by: Tools for SQL Server Management Home | Site Map | Search
Home
Home
Forum
Ask Questions/Get Answers
Web Logs
Read Current Web Logs
Get Your Own Web Log
Articles
Performance Tuning
Performance Audit
Business Intelligence
Clustering
Reporting Services
General DBA
General Developer
Español
All Articles, by Date
Tips
Performance Tuning
Clustering
General DBA & Developer
FAQs
DBA Performance Tuning
Developer Performance Tun ...
|
|
Site sponsored by: Tools for SQL Server Management Home | Site Map | Search
Home
Home
Forum
Ask Questions/Get Answers
Web Logs
Read Current Web Logs
Get Your Own Web Log
Articles
Performance Tuning
Performance Audit
Business Intelligence
Clustering
Reporting Services
General DBA
General Developer
Español
All Articles, by Date
Tips
Performance Tuning
Clustering
General DBA & Developer
FAQs
DBA Performance Tuning
Developer Performance Tun ...
|
|
Site sponsored by: Tools for SQL Server Management Home | Site Map | Search
Home
Home
Forum
Ask Questions/Get Answers
Web Logs
Read Current Web Logs
Get Your Own Web Log
Articles
Performance Tuning
Performance Audit
Business Intelligence
Clustering
Reporting Services
General DBA
General Developer
Español
All Articles, by Date
Tips
Performance Tuning
Clustering
General DBA & Developer
FAQs
DBA Performance Tuning
Developer Performance Tun ...
|
|
Site sponsored by: Tools for SQL Server Management Home | Site Map | Search
Home
Home
Forum
Ask Questions/Get Answers
Web Logs
Read Current Web Logs
Get Your Own Web Log
Articles
Performance Tuning
Performance Audit
Business Intelligence
Clustering
Reporting Services
General DBA
General Developer
Español
All Articles, by Date
Tips
Performance Tuning
Clustering
General DBA & Developer
FAQs
DBA Performance Tuning
Developer Performance Tun ...
|
|
HOME
SQL Basic
SQL HOME
SQL Intro
SQL Select
SQL Where
SQL Insert
SQL Update
SQL Delete
SQL Demo
SQL Try It
SQL Advanced
SQL Order By
SQL AND & OR
SQL In
SQL Between
SQL Aliases
SQL Join
SQL Union
SQL Create
SQL Drop
SQL Alter
SQL Functions
SQL Group By
SQL Select Into
SQL Create View
SQL Server
SQL Quick Ref
SQL Summary
SQL Quiz
SQL Quiz
SQL Exam
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Forum
He ...
|
|
HOME
SQL Basic
SQL HOME
SQL Intro
SQL Select
SQL Where
SQL Insert
SQL Update
SQL Delete
SQL Demo
SQL Try It
SQL Advanced
SQL Order By
SQL AND & OR
SQL In
SQL Between
SQL Aliases
SQL Join
SQL Union
SQL Create
SQL Drop
SQL Alter
SQL Functions
SQL Group By
SQL Select Into
SQL Create View
SQL Server
SQL Quick Ref
SQL Summary
SQL Quiz
SQL Quiz
SQL Exam
Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality
W3Schools Forum
He ...
|
|
Enterprise Networking Planet Webcast: Mobile Computing—Secure Your Network in a Connected World. June12—Register Now.
Free Newsletters:
DatabaseJournal
DBANews
Interactive Online SQL Training
Search Database Journal:
HOMENewsMS SQLOracleDB2AccessMySQLPHPSQL EtcScriptsLinksForumsDBA Talk
SQL Courses
1What is SQL?
2Table basics
3Selecting data
4Creating tables
5Inserting into a table
6Updating records
7Deleting records
8Drop a table
9Advanced Queries
...
|
|
Enterprise Networking Planet Webcast: Mobile Computing—Secure Your Network in a Connected World. June12—Register Now.
Free Newsletters:
DatabaseJournal
DBANews
Interactive Online SQL Training
Search Database Journal:
HOMENewsMS SQLOracleDB2AccessMySQLPHPSQL EtcScriptsLinksForumsDBA Talk
SQL Courses
1What is SQL?
2Table basics
3Selecting data
4Creating tables
5Inserting into a table
6Updating records
7Deleting records
8Drop a table
9Advanced Queries
...
|
|
System R is a database system built as a research project at IBM San Jose Research (now IBM Almaden Research Center) in the 1970's. System R introduced the SQL language and also demonstrated that a relational system could provide good transaction processing performance.
To learn more about System R, you can read:
The 1995 SQL Reunion: People, Projects, and Politics
an informal but first-hand account of the birth of SQL, the history of System R, and the origins of a number of other relatio ...
|
|
We've Moved!!!
We have moved to http://www.techtutorials.net. Please visit us there to access our free tutorials. Don't forget to update your bookmarks.
If you are a webmaster and your site is a member of our links exchange program, please update your reciprocal links to our site. If you have any questions for us, please contact us.
|
|
Sorry, that URL does not exist on this server.
Please check over the URL you have entered and make sure there are no errors. If you have clicked a link to reach this page, please inform the Webmaster of the site that has the link of the error. Thank you!
Copyright 2005 Boston Datacenters, Inc.
|
|
|
|
|
Education IT Government IT News Blogs White Papers Downloads Reviews Prices
Search GO
enterprise newsNo fix for 'critical' hole in older Windows Repairs would require so many changes to the older OSes that it might break applications, Microsoft says. Joris Evers Verizon to launch mobile chaperone service 09:37AM
eBay, Kaboodle collaborate on collecting 09:01PM
Explaining disconnect between women, video games 07:47PM
Spam: Made in Taiwan? 03:47PM
Chipmakers admit: Your power may var ...
|
|
Education IT Government IT News Blogs White Papers Downloads Reviews Prices
Search GO
enterprise newsNo fix for 'critical' hole in older Windows Repairs would require so many changes to the older OSes that it might break applications, Microsoft says. Joris Evers Verizon to launch mobile chaperone service 09:37AM
eBay, Kaboodle collaborate on collecting 09:01PM
Explaining disconnect between women, video games 07:47PM
Spam: Made in Taiwan? 03:47PM
Chipmakers admit: Your power may var ...
|