175k views
1 vote
.Although SQL is a language, you don’t use it to write applications? (true, false)

User Javran
by
8.5k points

1 Answer

3 votes

Answer:

The correct answer for the given question is true .

Explanation:

SQL is an Structural query language that is used for accessing the database basically it is an query language which is used for communicating with database by executed the query .

The following are the function of SQL

SQL can insert the data into database

it can update the record into database

SQL can retrived the database.

We do not use SQL for writing application it is only used to accessing the database

For create application we can use programming language Like PHP,ASP,JAVA ,PYTHON.etc.

User Keither
by
9.1k points