sql is a database. Use that to make an information lookup website. Your php, perl or asp webpages would use CODE to get the data, then display that in HTML.
Here are some database applications on-line to look up data:
Distributor locator - enter your Zip Code, and it looks up the nearest distributors. It then looks uses that Zip Code to calculate the distance between your Zip Code and it. This uses PHP
http://www.superiorelectric.com/buy.htm
Then Look up a website in Connecticut. This uses PERL
http://www.see-ct.com
Good luck and Happy Computing
2007-03-03 05:16:51
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
SQL = Structured Query Language
It is the language most often used to interact with databases.
Can you make a site with it? No.
2007-03-03 05:13:54
·
answer #2
·
answered by BigRez 6
·
0⤊
0⤋
SQL: Server Query Language.
Commonly used sql:
        Microsoft SQL (commercial)
        MySQL (free/open source)
Â
2007-03-03 05:16:06
·
answer #3
·
answered by oohay_member_directory 4
·
0⤊
0⤋
SQL stands for Structured Query Language. It's also generally referred to as a database server. It's not a website, but it can be used by the webserver for obtaining info (like inventory lists).
2007-03-03 05:16:21
·
answer #4
·
answered by Anonymous
·
0⤊
0⤋
Hi,
SQL = Standard Query Language and is used (mostly) in Database Query's.
2007-03-03 05:15:42
·
answer #5
·
answered by Anonymous
·
0⤊
0⤋
http://www.w3schools.com/sql/default.asp
2007-03-03 05:15:58
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋