

InterviewSolution
Saved Bookmarks
1. |
What is the full form of SQL?(a) Structured Query Language(b) Structured Query List(c) Simple Query Language(d) None of the MentionedThis question was addressed to me in a job interview.This intriguing question comes from Structured Query Language in section SQL Basics of Oracle |
Answer» <html><body><p>The correct answer is (a) Structured Query <a href="https://interviewquestions.tuteehub.com/tag/language-1066208" style="font-weight:bold;" target="_blank" title="Click to know more about LANGUAGE">LANGUAGE</a><br/><br/>To elaborate: SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational <a href="https://interviewquestions.tuteehub.com/tag/database-11539" style="font-weight:bold;" target="_blank" title="Click to know more about DATABASE">DATABASE</a> <a href="https://interviewquestions.tuteehub.com/tag/management-1085657" style="font-weight:bold;" target="_blank" title="Click to know more about MANAGEMENT">MANAGEMENT</a> system.Originally based upon relational algebra and tuple relational calculus, SQL consists of a data definition language and a data manipulation language. The scope of SQL includes data <a href="https://interviewquestions.tuteehub.com/tag/insert-516457" style="font-weight:bold;" target="_blank" title="Click to know more about INSERT">INSERT</a>, query, update and delete, <a href="https://interviewquestions.tuteehub.com/tag/schema-11583" style="font-weight:bold;" target="_blank" title="Click to know more about SCHEMA">SCHEMA</a> creation and modification, and data access control.</p></body></html> | |