sql

Security and Access

Data Control Statements are used for authorizing data access, in order to preserve the security of the data within the database. These statements can ensure that unauthorized users don’t change or view data accidentally or deliberately. Data access authorizations are provided using the GRANT statement.

Posted September 22, 2022 by Anusha and Rohith ‐ 5 min read

sql rdbms security access

Integrity Constraints

An integrity constraint is a declarative way to define a business rule for a column of a table. An integrity constraint is a statement about a table's data that is always true.

Posted September 22, 2022 by Anusha and Rohith ‐ 4 min read

sql rdbms

Database Objects

A database object is any defined object in a database that is used to store or reference data.Anything which we make from create command is known as Database Object. It can be used to hold and manipulate the data. Some of the examples of database objects are : view, sequence, indexes, etc.

Posted September 22, 2022 by Anusha and Rohith ‐ 8 min read

sql rdbms

SQL * Plus

SQL*Plus is a client terminal software allowing users to interact with Oracle server to manipulate data and data structures. Users type in SQL statements in SQL*Plus that send statements to Oracle server. Oracle server then validates and executes the statements on its databases. The query results are returned to SQL*Plus and displayed to the user.

Posted September 22, 2022 by Anusha and Rohith ‐ 2 min read

sql rdbms

Set Commands

Sets a system variable to alter the SQL*Plus environment settings for our current session, for example: Display width for data, Turn on HTML formatting, Enabling or disabling printing of column headings, Number of lines per page.

Posted September 22, 2022 by Anusha and Rohith ‐ 4 min read

sql rdbms set-commands

Subscribe For More Content