InterviewSolution
| 1. |
What Is Structured Query Language (sql)? |
|
Answer» SQL is a powerful set-oriented language which was developed by IBM research for the databases that adhere to the relational model. It consists of a short list of powerful, YET highly FLEXIBLE, commands that can be used to manipulate information collected in tables. Through SQL, we can manipulate and control sets of RECORDS at a time. SQL is a powerful set-oriented language which was developed by IBM research for the databases that adhere to the relational model. It consists of a short list of powerful, yet highly flexible, commands that can be used to manipulate information collected in tables. Through SQL, we can manipulate and control sets of records at a time. |
|