category

Home / DeveloperSection / Category

Elements Basic To Effective Business Intelligence Solution Using BI Modeling Tools
Elements Basic To Effective Business Intelligence Solution Using BI Modeling Tools

Business intelligence empowers the business to make quicker and better decisions by providing the correct information to all of the right persons, at the proper

Are Vogue’s Cover Girls As Popular As Last Years? We look at the data…
Are Vogue’s Cover Girls As Popular As Last Years? We look at the data…

Each month, we anticipate the release of the latest edition of Vogue UK to see who has made the cover. Usually, some of the faces that grace the front page are more famous than others — but does the popularity of the celebrity reflect in the magazin

An Insight into Oracle Database 12c RDBMS
An Insight into Oracle Database 12c RDBMS

Oracle Database 12c is an RDBMS(Relational Database Management System) designed for both cloud use and on-premises and deployable on a choice of single or clustered servers.

Types of keys in SQL or Oracle Database.
Types of keys in SQL or Oracle Database.

Key plays an important role in SQL or Oracle database. Generally it is used for defining a unique set of records. It also establishes the connection (link) between more than one table.

Alter Table Statement Or Command In Oracle
Alter Table Statement Or Command In Oracle

In Oracle alter is command or statement that is used to perform a different type of operation in any database. Alter command mainly use for add a column, delete a column, modify a column and also rename a table in any database.

Reasons Why Hiring Remote Database Consulting Services Is the Hottest Industry Trend
Reasons Why Hiring Remote Database Consulting Services Is the Hottest Industry Trend

Almost all businesses today are in the habit of using databases. Whether it is primarily for client data storage, sales information, or even for internal files, all advanced businesses would be running on data.

What Are Views?
What Are Views?

A view in a database is a "virtual" table. It is created using scripts and stored in a structural form, but they are not stored as a data in any part of the database. It can be part or whole of an existing table.

Types Of Join in Sql Server
Types Of Join in Sql Server

Join is use to combine more than two table to find result as per our need.Join is possible when there is one match in joining table.

SQL Joins in SQL Server
SQL Joins in SQL Server

A SQL join is combines records from two or more tables in a relational database by using values common to each.

SQL KEYS IN RDBMS
SQL KEYS IN RDBMS

In this article, I want to explain about SQL Keys such as PRIMARY KEY, FOREIGN KEY, COMPOSITE KEY, and UNIQUE KEY AND ALTERNATE KEY.