Anonymous
Asked in
Cars &Transportation
ยท
2 weeks ago
Which SQL statement is used to extract data from a database in PHP?
Contents
- Which is SQL statement is used to extract data from a database?
- Which SQL statement is used to add data to the database?
- Which SQL command is used to open a database in mysql?
Which is SQL statement is used to extract data from a database?
SELECT statement is used to extract the information from a database.
Which SQL statement is used to add data to the database?
The INSERT INTO statement is used to insert new records in a table.
Which SQL command is used to open a database in mysql?
USE command is used to open a database.
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours