Examining Databases At A Whole Glance - SQL-92 specification

free web hosting
Free Web Hosting > Computers & Tech > Databases

Examining Databases At A Whole Glance - SQL-92 specification

Silver Bluewater
Most of us using databases or doing data minings are not aware of SQL-92 specification seemingly these days.

SQL-92 specifiaction is the SQL database query language standard.

Oracle,mysql postgresql,mssql and DB2 - most widely recognized SQL database programs - are all closely related to SQL-92 specification for the use of query nevertheless how they implemented SQL-92 specification features inside in the program.

Implementation of SQL-92 specification features are applied in the order of Oracle, postgresql and mysql. These databases might have specific database query language dedicated to its own feature due to its systematic features of the program or/and traditions or/and add-on for the convenience of the users.

As long as you're aware of the figures implemented in specific database programs, you can write the program using query languages that can be used for other programs.

For instance, sub-query was not implemented in mysql as of version three line. When you want to write the program which can run in postgresql and oracle version at the time of mysql version three lines, you should be aware of the figure that sub-query is not implemented for mysql at the time as well as other features that might prevent the program not to run by posgresql,Oracle and etc.

This is the SQL-92 specification although it is only Second Informal Review Draft and the hypher text link toward this version is http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt.


--
Have a nice day!

My blog : silverbluewater.blogspot.com

 

 

 


Reply

TavoxPeru
Thanks for the info and the link.

Best regards,

Reply

Sten
I'm not so good with databases.
I can though work my way around a mysql database for my site.
As long as I can do that im happy.

Reply

Silver Bluewater
QUOTE
Thanks for the info and the link.

Best regards,
My pleasure. biggrin.gif

QUOTE(Sten @ Jun 7 2007, 01:37 PM) *

I'm not so good with databases.
I can though work my way around a mysql database for my site.
As long as I can do that im happy.


Ic. smile.gif


--
Have a nice day!

My blog : silverbluewater.blogspot.com

Reply

.:Brian:.
So can somebody please elaborate on what this means?

I get that this is some sort of standards thing, like the html, css, etc... but I am not sure what we are supposed to do with this, or what is supposed to be taken from this.

Reply

yordan
QUOTE(.:Brian:. @ Jun 13 2007, 05:44 PM) *
So can somebody please elaborate on what this means?

I get that this is some sort of standards thing, like the html, css, etc... but I am not sure what we are supposed to do with this, or what is supposed to be taken from this.


This simply seems to be a reminder of the need of standards. If you don't know how it works but you know it's standard, have a look at the standards.
If you want to learn how to create a program based on database usage, and want to be independant from the database provider - using Oracle for big professional databases using a very expensive RDBMs or mysql for a small home database using free software - you have to learn how each one confirms to standards, and then you can use standard sentences (select * from mytable where myfield="myself"), and avoid unexisting features, or even use the standard features of a given RDBMS in order to boost your queries.
So, what is supposed to be taken from this ? Simply the link to the document you must keep in mind, as well as a general philosophy in the way you design your own work ; or the way you have to check that you work you pay for is really done.
Regards
Yordan

 

 

 


Reply

Silver Bluewater
QUOTE
So can somebody please elaborate on what this means?

I get that this is some sort of standards thing, like the html, css, etc... but I am not sure what we are supposed to do with this, or what is supposed to be taken from this.
I think the answer is provided in a good descriptive terms by yordan. : D

QUOTE(yordan @ Jun 24 2007, 06:25 AM) *

This simply seems to be a reminder of the need of standards. If you don't know how it works but you know it's standard, have a look at the standards.
If you want to learn how to create a program based on database usage, and want to be independant from the database provider - using Oracle for big professional databases using a very expensive RDBMs or mysql for a small home database using free software - you have to learn how each one confirms to standards, and then you can use standard sentences (select * from mytable where myfield="myself"), and avoid unexisting features, or even use the standard features of a given RDBMS in order to boost your queries.
So, what is supposed to be taken from this ? Simply the link to the document you must keep in mind, as well as a general philosophy in the way you design your own work ; or the way you have to check that you work you pay for is really done.
Regards
Yordan


I checked the post today and found the answer is already given to the question. Thank you for the good answer, yordan. I think your answer would be also the answers for some other users too. : D


__________________________________________________________________________-

Short tip and news of the trend of famous database systems which might be helpful for
some of the users to understand the topic here: Postgresql,Oracle and mysql .

Oracle is known for its good reliability and so it has been used for very big professional
environments while mysql has been used for small environment. Postgresql has been used
as something in between of Oracle and mysql with its transaction(data-securing figure used
for database systems in a very simple term) figure. Transaction is quite recently supported
by mysql. Oracle has been supporting transaction features the most among these three
major-line database systems as well as known for its fast standard implementing.
Transaction is very important feature where the environment is sensitive over data-loses.
Around the version three line of mysql, transaction in real terms was only supported by
Oracle. Mysql is recently used for big database environment with its marketing after the
several use of mysql for a big database was found.

_________________________________________________________________________


--
Have a nice day!

My blog : silverbluewater.blogspot.com

Reply

yordan
QUOTE
Thank you for the good answer, yordan.

You're welcome. I'm very happy having been able to be helpful. Have a long life with sql databases !

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : examining, databases, glance, sql, 92, specification

  1. Databases
    (2)
  2. Free Graphical Tools For Databases
    (7)
    There are a lot of different free software in Internet, but I have found only couple of free
    graphical tools for database adminiatration. On another hand, MySQL is free for non commercial
    usage. That's way it will be nice to have any good free GUI for this database. I remember the
    time, when one of MySQL-Front versions was for free, but now it is opened only for testing period.
    There is also free version of Toad, which is not full Toad, but it looks also very well - However, I
    am not going to use Oracle (wchich is quite expensive commercial tool) on my desktop. The....
  3. All About Databases
    Info, for you! (3)
    QUOTE Hi, I noticed there were a lot of questions in all of the database topics, so i went
    around the internet using different sources, and have some information that will answer your
    questions and help you understand databases. I hope this helps, and if you have any other questions
    which arent answered below, please send a message asking. Thankyou. In computing, a database can be
    defined as a structured collection of records or data that is stored in a computer so that a program
    can consult it to answer queries. The records retrieved in answer to queries become i....
  4. How Do You Make Large Databases?
    (14)
    In a game I'm working on, I would like to have a database of actors/actresses. I'm not sure
    exactly how to do this. I'm pretty sure with the hosting here, I can only have 99 databases.
    I'm a little lost as to how to make it. Can all the actors/actresses be put on one database
    with the specific things I want to include (i.e. how well the do in each genre)? I'm new to
    Mysql and just need some help as to where to start.....
  5. Ms Databases
    (6)
    Hello, I can make my own MS Access database, but can anyone tell me how to make a password gate
    that checks the user info with the database? Olie122333 /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
  6. Can You Make Your Own MySQL Databases?
    Im an idoit (7)
    Can you make your own MySQL database or do they have to be bought or found from a free site i really
    need help on this guys please reply or send me a PM when you have the time because i need so much
    help with this atm /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif"
    /> thankyou very much regards Morex Gaming owner Jarvis....
  7. Need Help Programming With Databases (VB.NET)
    Need some help please! (9)
    Hi all, I have decided to do a major IT project on Visual Basic .Net 2005. I know some of the basics
    and know what i'm doing. But i have come asking for some help in how to program with databases.
    I was wondering if there was anyone out there that knows what they are doing and if they can help.
    All I really need to do is to make the program read several different fields and open the as one
    entry to be edited. and also to find a value in one of the entry's (like a search) and use other
    entry's in that field to input into the program. Even if you could point....
  8. Copy Databases In phpMyAdmin
    (3)
    i have just got hosting here on astahost and i have to copy my databases from my old server... is
    there an easy way of doing this? in phpmyadmin? thanx in advance you know lol /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> ....
  9. How To Setup SMF Databases?
    (4)
    does anyone know how to set up a database for a SMF forum.....
  10. Accessing And Retrieving Data From A Databases.
    (2)
    Well I have a question about how to go about using say a MySql database and being able to connect to
    it from a Java console or applet program and retrieve data and then put it into some int or string
    or something depending on what the datatype it is. I wanna implement this in a RPG I am making
    because it would make life so much simpler, right now I have to do like 5 lines of code for a single
    location for a text based rpg, if I tried to make the game more complicated with graphics and what
    not I think it would become ridiculous. So if anyone could help it would be much a....
  11. What Is A Database How Do I Use One?
    : Information about Databases and how to get use them efficiently (7)
    Hello All Let's start off by talking about what a database is and how it would be efficient
    in using it. It wasn't until about a year and half ago now that I was first introduced to this
    new age of Database. I discovered a lot of neat things and even learned about databases the very
    long way. A database is exactly how it sounds its data that has a base. The base being the place
    where you store all your data. If you have ever been to a library perhaps you have used the Index to
    search for an author, this is a database of authors. Ever seen a rolodex on someo....
  12. Updating A Database's Tables
    (10)
    Is there an "easy" way to update a database's tables? Like for instance, I have my own
    custom-coded member login system. Whenever I add a new feature that needs a database, I manually
    have to download, update and upload the database. Is there an easy way I can do this?
    THANKS!!! F....
  13. CMS102 - Content Management System Design
    Basic CMS With PHP & Flat File Databases (9)
    This topic is a follow up to CMS101 - Content Management System Design and PHP Tutorial: Menu Or
    Sidebar Script For CMS101 Overview: Now that we have discussed the basic concepts
    of a CMS written in PHP, we should begin to think about ways to make those concepts more useful and
    more powerful. Basically, using only what we have discussed so far, your website would still need a
    file for each and every page you wanted to display to your users. What we will discuss now a method
    of only creating one template file and a script that will automatically cha....
  14. Where Have My Databases Gone
    (7)
    Hi.. well soon after i got my ssh access, all my mysql databases seem to have dissapeared. What is
    going on, i dont have the LATEST backups of the databases and for one thing that i recently set up i
    dont even have a backup at all. Can you recover my databases? My subdomain is djn.astahost.com
    Thanks edit: im on server gamma....
  15. Combining Databases
    Please help before I mess up! (4)
    I am intergrading this Private Messaging system into my website so that my members can login and
    access their PMs through the seprate PM software without loging in twice and registering twice since
    if I left it as is, that is what they would have to do... All I really need is 1 single table to be
    combined without damaging my few member's accounts (they are all friends, but I don't want
    to tell them that I was playing with the database and lost your account information...
    /rolleyes.gif' border='0' style='vertical-align:middle' alt='rolleyes.gif' /> ) Since I d....
  16. I Lost Mysql Databases And Privileges!?
    (10)
    hi i lost MySQL Databases and Privileges!!? please restore my databases /sad.gif'
    border='0' style='vertical-align:middle' alt='sad.gif' /> ....
  17. Unexpected Database Crashes
    sometimes my astahost databases are down (0)
    Sometimes some of my astahost databases are down. After a couple of hours or a couple of day they
    are up again. Sometimes all of them are down at the same time, sometimes some of them are up and the
    other ones are down. The symptom is that when I connect to the forum I have an error message, saying
    "Parse error: parse error, unexpected '\"', expecting ',' or ';' in
    /home/../../.../../index.php on line 25" It's not an error in my phpbb because it used to work
    correctly. So, what happends ? I suppose that the databases crash if the astahost....
  18. Creating Databases
    from programs (4)
    I jsut went throught PC magazine today and i found out that you can actually create a database using
    Microsoft Access and Excel. And computers and servers online can actually use these databases and
    conduct queries with them. I've always though of databases as MYSQL, Microsoft SQL server and so
    on. So it is possible to store data to a Microsoft Access database and manipulate it online?....
  19. Migrating Databases
    Migrating from MSSQL Server to MySQL (2)
    How to migrate my database from SQL Server to MySQL?....
  20. phpBB And Mambo Login
    Login problem for databases (2)
    I have a problem with the phpBB 1 and 2 forums that C Panel installed for me. I chose an admin name
    and password but when I try to access the administration panel... I get nowhere. It says I have to
    reauthenicate. When I do, It simply takes me back to the home page. This may be a part of a much
    larger problem for me, however; I am finding that in order to properly log in to any of the systems
    I've installed on the server, I HAVE to check the "remember me" box. If I do not check that box
    while I'm logging in, The login will fail and I will be taken right back to ....
  21. Remote Databases
    How to allow remote connections? (4)
    I am currently in a big-problem. I am trying to use a MySQL database on another host, and I am
    hosting my forums, on another host, and I am trying to install the forums but the error that comes,
    says that the remote connection canot be allowed. Can anyone help me on how to resolve this issue
    and proceed further, or should I just wait for astahost.com to get an account? All suggestions
    welcome! /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> ....
  22. Hosting A Server On Database
    I'm a total noob at databases (6)
    Well this might be in the wrong place or I might have no clue what im talking about but I heard
    something. Is it possible to host like a .exe server such as a macromedia multiuser server on a
    database such as MySQL or any other databases? I have a friend that said he did it but I think he is
    lying. Thanks in advance!....
  23. Merging Sql Databases In Cpanel With Phpmyadmin
    Using SQL after Fantastico installs (0)
    While attempting to install a bridge between Simple Machines Forum (SMF) and Mambo Open Source
    (Mambo), I had to install SMF manually because the two applications had to use the same database.
    When an application is installed using Fantastico, Fantastico automatically creates a new SQL
    database for the application. As a result, if Fantastico is used for both Mambo and SMF, then there
    will be two databases. This guide will explain how to merge two or more SQL databases in cPanel
    using phpMyAdmin. First, you'll need to decide what database will be the target....
  24. Need Advice On Creating Online Music Database
    ps - dont know anything about databases! (6)
    I need to create a database of around 1000 music albums that I can put on my site, with the ability
    to search the database according to several different criteria. Being a complete and total NOOB to
    the world of databases, can anyone point me in the direction of some software that will let me
    create a good-looking and functional database, but that isn't too complicated for me to
    use?! Sounds like a tall order I know, be grateful if anyone can help though. Thanks!
    Topic edited to reflect content better. ....
  25. The Best Database
    databases (41)
    te best database for my is sql server yukon for you?....
  26. Free Databases
    mysql,postgresql,SAPDB,sybase,DB2 (14)
    this website offers Database hosting for free. Jus signup and u get u r own database .. it supports
    mysql, postgresql, sapdb, sybase, db2 CODE http://freesql.org from the webpage QUOTE
    This service is, and will remain, totally free. I have receive hundreds of Thank you emails from
    all over the world telling me that having this service available has allowed them to practice and
    learn without the burden of having to run their own server. ....
  27. Can Some One Give Me A Script To Add
    php&mySQL databases (2)
    hey does any one here know a script or can tell me how to add links to a database? please i need
    really badly for my website....

    1. Looking for examining, databases, glance, sql, 92, specification

Searching Video's for examining, databases, glance, sql, 92, specification
advertisement




Examining Databases At A Whole Glance - SQL-92 specification



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE