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»

The correct answer is (a) Structured Query LANGUAGE

To elaborate: SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational DATABASE MANAGEMENT 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 INSERT, query, update and delete, SCHEMA creation and modification, and data access control.



Discussion

No Comment Found

Related InterviewSolutions