COMPUTER NETWORKING

NETWORK SECURITY

INTRODUCTION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system?
A
SDL
B
RDBMS
C
RDSMS
D
SQL
Explanation: 

Detailed explanation-1: -Structured query language (SQL) is a programming language for storing and processing information in a relational database. A relational database stores information in tabular form, with rows and columns representing different data attributes and the various relationships between the data values.

Detailed explanation-2: -What is SQL? Invented by Don Chamberlin and Ray Boyce at IBM, Structured Query Language (SQL) is the standard programming language for interacting with relational database management systems, allowing database administrator to add, update, or delete rows of data easily.

There is 1 question to complete.