answersLogoWhite

0


Best Answer

SQL is a query based language that is used to manipulate data stored in a database while other languages process data.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the difference between SQL and the other programming languages?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the relation between computers and information technology?

I think there is not much major difference between IT and Computers. IT includes Networking, Database, web and programming languages etc. where as in CS mainly concentrate on Programming languages and Architecture and design also on networking and other subjects but not in depth.


What is the difference between online and offline programming?

Online programming is programming that has to occur while the computer or other device is connected to the internet. Offline programming doe not require an internet connection.


What are the advantages of a procedural language?

The question asks for a comparison between procedural languages, but doesn't state what those languages shall be compared with. Therefore, the question cannot be answered. I suppose one advantage of procedural languages, compared with all other high-level programming languages, is that most programmers are familiar with the general concepts, which cannot be said from many other types of high-level programming languages.


What is the difference between an algorithm and pseusodocode?

Pseudocode is one method of describing an algorithm. Other methods use diagrams, prose, or maybe even regular programming languages. An algorithm, on the other hand, is a method, a recipe, of solving a particular problem or group of related problems.


What is the major difference between first generation and second generation languages?

The difference between the two are that one has hispanic babies and the other is a fat cow.


Which programming languages can be used on the Internet?

HTML but you can implement javascript css and other SCRIPTING LANGUAGES within HTML


What is the difference between languages used in artificial intelligence and other programming languages?

If you're talking about "traditional" AI programming languages like LISP and Prolog, the essential difference boils down to the language's ruling metaphor.Most standard programming languages operate on a principle of sequential and/or branching instruction execution.OTOH, the LISt Processing language (LIST) encourages its programmers to view everything (all solutions to programming problems) in the form of one or many lists.Prolog is perhaps the furthest evolution to date away from the standard, sequential-instruction programming model: in Prolog, the programmer does not explicitly spell out the sequence of operations (a.k.a., "procedure," hence "procedural languages") needed to solve a problem; instead, the problem is simply declared (hence, "declarative language"), and the language itself (or rather the engine implementing it) seeks out the solution.Nowadays, though, you'll find AI being implemented in any number of standard procedural languages -- C++, Java, even scripting languages like Perl and Python.


What is the Linux program language called?

Linux is a platform, and as such supports a myriad of programming languages. Of these languages C, C++, Java, Python and Perl are very popular, but there are many other programming languages. Some, like Python and Perl are 'interpretive' and similar in this respect to 'BASIC'. C and C++ are compiled, and Java sits somewhere between them.


What are examples of programming languages?

C, C++ and java are a couple. There are still many other programming language.


What are the disadvantages of advanced programming languages?

Taking the time to learn about advanced programming languages could cut into the timing of personal activities that should take more priority - like school and work. Advanced programming languages are also difficult to understand for novice programmers. Other obscure disadvantages lie in advanced programming - but the overall advantages outweigh them by a longshot.


What is a key difference between Germanic languages and other Indo-European languages?

One key difference is the way they handle word order. Germanic languages, such as English and German, tend to have a more fixed word order compared to other Indo-European languages, which might allow for more flexibility in word placement.


What is the computer language that is still in use?

Computer languages, more commonly called programming languages, are developed all the time, and new ones emerge regularly. While some new ones are short lived, some old ones come out of fashion or fail to catch-up with more modern developments, a wide variety of programming languages are in use.Some will argue that the C programming languages and all its derivatives, such as the C++, C# and Java languages (to name just a few) are the most widely used programming languages today.However, other programming languages are equally powerful and versatile.While programming language families such as C or Pascal are typically general-purpose languages, an even larger set of languages is specialized to a specific problem domain. These include languages specialized in describing graphics, describing data or database queries, describing programming languages and their rules, and so on and so forth. The list of specialized languages is even larger than that of general-purpose languages.