Write a brief note on SQL giving 3 examples of select statement.
Answers
Answered by
1
Answer:
SQL (Structured Query Language) is a standardized programming language that's used to manage relational databases and perform various operations on the data in them.
please follow me
Answered by
2
Answer:
Databases store data for later retrieval.
Ever wondered how that is achieved? It's
the SELECT SQL command that does the
job.
That's what it's all about, retrieving data from the database tables. It's part of the data manipulation language that is responsible for query the data from the database.
Explanation:
Example are :DML (DATA MANIPULATION LANGUAGE)
DDL (DATA DEFINITION LANGUAGE)
DCL (DATA CONTROL LANGUAGE)
Similar questions