answersLogoWhite

0


Best Answer

Your question is unclear. C++ IS a programming language. SQL is not (it is a specialized language for defining relational databases, inserting/retrieving/modifying data and specifying user access.)

User Avatar

Wiki User

7y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

PHP is primarily a web-development language to allow a server to modify a file based on a wide variety of possible input variables before sending it to the client. While PHP can be used for desktop applications, this is uncommon.

On the other hand, C++ is most commonly used for desktop applications, console games, language compilers and interpreters (such as PHP itself), and network components like the server that PHP runs on and the client it is responding to. Like PHP, C++ can modify pages requested by the client before sending them, but as it was not designed for this it requires much more complex code.

The syntaxes of the two are fairly similar from a line-by-line perspective because PHP was influenced by C and C++ among other languages, but the file structures are entirely different from each other. As a scripting language, PHP does not require that program logic be contained by functions, and an external source file can be included more than once without generating an error (second and subsequent includes are simply ignored). PHP cannot operate on pointer values, which prevents memory corruption errors but also removes some of the power of C++. C++ class syntax is much different from PHP's, with methods being defined outside the class.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

In c module (%) operator can not be implemented on floating point numbers but in SQL % operator can be applied on floating point number and it returns a decimal point.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the summary of c plus plus and sql in a programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is SQL is a database programming language?

no.it is not progrmming language.


Database programming language?

Depends upon the database you are talking about MS SQL Server uses SQL and T-SQL programming languages. Oracle is also a SQl based language usings its own 'flavor' PSQL


What is PLSQL?

The Oracle Corporation's application development language is PL/SQL. It is a superset of SQL that uses standard programming-language to supplement the SQL. PL/SQL stands for Procedural Language/Structured Query Language.


What are the main uses of the T SQL programming language?

T SQL programming language is designed specifically to communicate instructions to machinery, particularly computers. They are used to create programs in which is controlled by language and communication.


What is the programming language DBCC used for?

DBCC stands for Database Console Commands. DBCC is part of the Transact-SQL programming language and is used to troubleshoot and maintain Microsoft SQL servers.


What does the SQL distinct programming sentence stand for?

The SQL distinct programming sentence stand for Structural Query Language. It is a special interfacing program. Its means we need to learn this language like other language i.e C++.


What are the differences between Oracle and SQL?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


Write the detail of sql?

SQL is a database programming language.By this language we can create ,modify and other updating of our database record.


Is Oracle a programming language?

In C language Oracle is developed and after that enhancement is done in Java for 10g and 11g


Difference between sql and sql plus?

SQL*PLUS is a interface between user and Oracle database. It Provide an environment to use the SQL which is a query language to communicate with oracle database


What are the differences between Oracle 10g and ms sql database?

Oracle is an RDBMS aka Relational Database Management System and SQL (Structured Query Language) is a programming language.


Who designed SQL programming language?

SQL was initially developed at IBM by Donald D. Chamberlin and Raymond F. Boyce in the early 1970s.