Structured Query Language (SQL) is the correct answer because it is specifically designed to communicate with and manipulate databases. SQL is used to insert, query, update, and delete data from relational databases. Java is a general-purpose programming language, CSS is used for styling web pages, and HTML is used to create the structure of web pages, but none of these languages are used to interact directly with databases in the same way SQL is.
Learn More
AI Generated Content may display inaccurate information, always double-check anything important.
What are the main functions of SQL in database management?
What types of databases can SQL work with?
How does SQL differ from other programming languages like Java and HTML?