Back to Questions
Basic Computer/IT
QUESTION #11580
Question 1
What does SQL stand for in database management?
Correct Answer Explanation
SQL (Structured Query Language) is the standard language for managing and manipulating relational databases. It was developed by IBM in the 1970s (originally called SEQUEL). SQL is used for querying (SELECT), inserting (INSERT), updating (UPDATE), deleting (DELETE), and defining database structures (CREATE, ALTER, DROP).
Sign in to join the conversation and share your thoughts.
Log In to Comment