PDA

View Full Version : What is Web SQL?



stuartspindlow
03-16-2015, 10:52 AM
Hello Friends,

Please tell me what is web SQL.

RobMorrow71
03-16-2015, 01:19 PM
Web SQL Database is a web page API for storing data in databases that can be queried using a variant of SQL.

johnwest
03-17-2015, 10:19 AM
Structured Query Language SQL is a simple way to create software database and we can connect our programming language to this database.

tk-hassan
03-20-2015, 12:54 PM
Hello Friends,

Please tell me what is web SQL.

It looks ridiculous to see more content in signature rather than in the actual post.

randiv
03-23-2015, 07:22 AM
SQL means Structured Query Language, It is used in database query.

preetishenoy
04-01-2015, 10:38 AM
Web SQL Database is a web page API for storing data in databases that can be queried using a variant of SQL. The API is supported by Google Chrome, Opera, Safari and the Android Browser.

cutegirl
04-01-2015, 12:30 PM
The web sql means the software that supports database of a website.

riprook7
04-22-2015, 10:57 AM
The Web SQL Database API isn't actually part of the HTML5 specification but it is a separate specification which introduces a set of APIs to manipulate client-side databases using SQL.

geoffsymons9
05-21-2015, 07:55 AM
Web SQL Database is a web page API for storing data in databases that can be queried using a variant of SQL. The API is supported by Google Chrome and the Android Browser

StuartSpindlow3
06-09-2015, 07:40 AM
SQL is use to create software database.

docrown
06-11-2015, 03:41 AM
Web SQL Database is a web page API for storing data in databases that can be queried using a variant of SQL. By Wikipedia.

moria
06-26-2015, 07:36 AM
Web SQL Database is a web page API for storing data in databases that can be queried using a variant of SQL. The API is supported by Google Chrome, Opera, Safari and the Android Browser.

vishalesskay
07-15-2015, 07:25 AM
It is a web page for storing data in database that can be queried using a variant of SQL.

Akshay_M
01-09-2023, 09:37 AM
Web SQL is a deprecated web page API for storing or managing the data in databases that can be queried using a variant of SQL like creating databases, opening the transaction, creating tables, inserting values to tables, deleting values, and reading data.