In today’s article, we will be learning how to Logging and Nologging the Table in the Oracle database. The logging_clause lets you specify whether certain …
Read More »
In today’s article, we will be learning how to Logging and Nologging the Table in the Oracle database. The logging_clause lets you specify whether certain …
Read More »In today’s article, we will be learning how to Create a Virtual Column in Oracle Database. Virtual column value cannot be UPDATE. INDEX can be …
Read More »In today’s article, we will discuss how to check the objects that are dependent on the table and how to find the dependent objects. When …
Read More »In today’s article, we will talk about how to use the SET UNUSED command in cases where dropping the column will take time. We use …
Read More »In this article, we will discuss in detail the table Move processes and how Shrink operations are performed. Sometimes we may need to move a …
Read More »In today’s article, we will learn how to delete data from a table and the differences between DELETE and TRUNCATE commands. Data from a table …
Read More »In today’s article, we will learn how to drop an existing table in a database with the DROP TABLE command. [crayon-6857471b5a6a5035464169/] Tables that are connected …
Read More »In today’s article, we will examine how to change tables in a table using the ALTER command. 1. Change Table Name. [crayon-6857471b5a8db378237013/] 2. Add Columns …
Read More »In today’s article, we will be learning how to add data to our table using EXTERNAL TABLE and SQL LOADER. When adding our data to …
Read More »In this tutorial, you will learn about Oracle external tables that allow you to access data in flat files as if it were in tables. …
Read More »