English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

2007-01-24 20:08:22 · 5 answers · asked by Essam H 1 in Computers & Internet Software

5 answers

Structured Query Language - it is the language used in relational databases such as DB2, Oracle, Access, etc

2007-01-24 20:13:21 · answer #1 · answered by Anonymous · 0 1

SQL strictly means the database query language behind most popular DBMS systems today. However, it can also be used as a shortening for Microsoft SQL Server (the most user friendly DBMS system on the market right now).

2007-01-25 22:51:17 · answer #2 · answered by Rob 3 · 0 0

Structure Query Language. Pronounced as "SEQUEL".

SQL is designed for a specific, limited purpose — querying data contained in a relational database. As such, it is a set-based, declarative computer language rather than an imperative language such as C or BASIC which, being general-purpose, are designed to solve a much broader set of problems.

Ex:

SELECT * FROM Employee

This will display all fields (information) of Employee table (records).

2007-01-25 04:13:34 · answer #3 · answered by Anonymous · 0 1

SQL is a well known and widely accepted database language. It was first developed at IBM in the mid 1970's
---
Here is how it looks. It is easy and free to learn.
http://www.sqlcourse.com/
And here is another link for the SQL server course.
http://www.hott-software-training.com/SQL-Server-Training.htm?source=adwords&gclid=CJbprNyf-4kCFRt2YAod9XahRQ
--------------------------
SEQUEL JOBS- are they being farmed out these days to offshore locatons?
Are these needs being handled in-house or off shore?
Here is one web developer who insists that he is still hiring SQL people in North America.
Read on..

What skills (technical and people) do programmers need to succeed in Web Development? First and foremost they need to have good database skills. This does not mean Access, this means MySQL, SQL Server, DB2 or Oracle. MySQL is a good first choice because it is free, easy to download, works on most operating systems, is very stable, and now has some very good programming tools.

Next, you need to have skills in more than one programming language. One size does not fit all. A good choice for scripting is PHP for some of the same reasons as MySQL. Use of PHP is growing and is becoming more popular at many Universities. University jobs are usually very good to have. Java would be a good choice for the full featured language. Many of the tools are free and it is also popular at Universities.

2007-01-25 04:26:56 · answer #4 · answered by QuiteNewHere 7 · 0 1

Structure Query Language. Pronounced as "SEQUEL".

it is a language used to create relation or link between databases it is like asp

2007-01-25 05:40:26 · answer #5 · answered by Rishabh 3 · 0 0

fedest.com, questions and answers