answersLogoWhite

0


Best Answer

Not as part of the formal language, but you can use SQL in various languages, including C++ or Cobol, if you have an appropriate precompiler that allows you to interface with the desired DBMS, be it Oracle, DB2, or whatever. You can also use an interface, such as OCI, if you want. Again, none of these methods are strictly a part of the language.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is sql used in c plus plus and cobol language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

What has the author Piers Casimir-Mrowczynski written?

Piers Casimir-Mrowczynski has written: 'Software design with COBOL & SQL' -- subject(s): COBOL (Computer program language), Computer software, Development, SQL (Computer program language)


What is embedded sql?

Embedded SQL is a method of combining the computing power of a programming language and the database manipulation capabilities of SQL. Embedded SQL statements are SQL statements written inline with the program source code of the host language. The embedded SQL statements are parsed by an embedded SQL preprocessor and replaced by host-language calls to a code library. The output from the preprocessor is then compiled by the host compiler. This allows programmers to embed SQL statements in programs written in any number of languages such as: C/C++, COBOL and Fortran.The ANSI SQL standards committee defined the embedded SQL standard in two steps: a formalism called Module Languagewas defined, then the embedded SQL standard was derived from Module Language.[1] The SQL standard defines embedding of SQL as embedded SQL and the language in which SQL queries are embedded is referred to as the host language. A popular host language is C. The mixed C and embedded SQL is called Pro*C in Oracle and Sybase database management systems. In the PostgreSQL database management system this precompiler is called ECPG. Other embedded SQL precompilers are Pro*Ada, Pro*COBOL, Pro*FORTRAN, Pro*Pascal, and Pro*PL/I.


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 is the purpose of SQLPLUS?

SQLPLUS, also written as SQL+ or SQL*Plus and pronounced "sequel plus" is a type of non-compiled (scripted) computer language that is used to write programs for accessing relational databases. The SQL acronym stands for "Simple Query Language" or "Structured Query Language" depending on who you ask. The original language developed by IBM was called SEQUEL (Structured English Query Language) but later changed to SQL due to the name SEQUEL being the trademark of another company. SQL+ is a variant of the original language developed by Oracle Corporation.


What is procedure oriented programming?

A language which supports sub programs. In procedural languages emphasis is more on code than data eg: COBOL,PL/SQL.


Is SQL a Database?

SQL is not Database, it is a Language used to communicate with Database...


What is the name of the SQL language used in SQL Server stored procedures?

Transact SQL (TSQL)


Is SQL a database or language?

SQL is a language used to communicate with databases. It stands for Structured Query Language. It is used to perform tasks such as querying data, updating data, creating databases, and managing databases.


What are the differences between SQL statement to iSQL plus statement?

Structured Query Lanaguage(SQL) is a command language to communicate with oracle server.whereas SQL*PLUS is an oracle tool that recognises and submits sql statements to the oracle server for execution.


What has the author Jonathan Sayles written?

Jonathan Sayles has written: 'Oracle Sql*Plus for Application Developers' 'QMF' -- subject(s): Database management, IBM Database 2., QMF, SQL/DS 'SQL as a second language' 'SQL for dBASE IV' -- subject(s): DBase IV (Computer file), Database management, SQL (Computer program language) 'How to use Oracle SQL*Plus' -- subject(s): Oracle (Computer file), SQL (Computer program language)


How do you use SQL?

You use SQL by issuing commands to an SQL server, either directly by you or by a program you are using.


What does sql stands for?

SQL stands for Structured Query Language. It is a domain-specific language used in programming and designed for managing data in relational database management systems. SQL is used to query, insert, update, and delete data in databases.