In today’s article, we will be talking about Using PostgreSQL SELECT and INSERT together. First, let’s query the data in the table with the SELECT …
Read More »Database User Limit
In today’s article, I will explain how we can determine the MAXIMUM user limit that can be created in the Database. Thus, more users than …
Read More »Update Oracle Linux 7
In today’s article, we will explain how to use Oracle Linux as a local repository for its own series. Oracle Linux 7 operating system can …
Read More »Insert Into Statement In PostgreSQL
In today’s article, we will be talking about Adding a Record to a PostgreSQL Table with the Insert Statement. In order to add data to …
Read More »With Grant Option
In today’s article I will be explaining how we can Authorize the User with ‘WITH GRANT OPTION’. When Grant is given with Grant Option, the …
Read More »Virtual Private Database In Oracle
In today’s article, I will introduce the “Virtual Private Database” feature, which is one of the security policies offered by Oracle. With Virtual Private Database, …
Read More »PostgreSQL Distinct
Distinct statement is an SQL statement that is used to show only one of several identical records in a table. Let’s reinforce it with an …
Read More »Oracle Create User
In today’s article, I will explain how to create a user. The person who will create a user in the database must have “CREATE USER” …
Read More »Automatic Indexing In Oracle 19c
In this article, we will introduce the DBMS_AUTO_INDEX feature, which acts with the autonomous database policy first on the database side and then in the …
Read More »Select Into In PostgreSQL
In today’s article, we will cover Using Select Into in PostgreSQL. I will use the pagila database for this. Let’s get to know the subject …
Read More »