112k views
0 votes
Which of the following can be used to ask a database questions and receive the data we're looking for?

a) SQL
b) HTML
c) CSS
d) JavaScript

1 Answer

3 votes

Final answer:

SQL is the language used for querying databases to receive data, whereas HTML and CSS are related to web page structure and style and JavaScript is for interactive effects.

Step-by-step explanation:

The query language used to ask database questions and receive the data we're looking for is SQL (Structured Query Language). HTML (Hypertext Markup Language) is used to create and structure sections on web pages, while CSS (Cascading Style Sheets) is used for style and design. JavaScript, on the other hand, is primarily a scripting language used to create interactive effects within web browsers.

Therefore, SQL is the correct choice for querying databases.

User Debopam Mitra
by
9.3k points