Relational Database Management System (RDBMS) Question:

Define SQL and state the differences between SQL and other conventional programming Languages?

Tweet Share WhatsApp

Answer:

SQL is a nonprocedural language that is designed specifically for data access operations on normalized relational database structures. The primary difference between SQL and other conventional programming languages is that SQL statements specify what data operations should be performed rather than how to perform them.

Download RDBMS PDF Read All 98 RDBMS Questions
Previous QuestionNext Question
Name the three major set of files on disk that compose a database in Oracle?How do you communicate with an RDBMS?