
Basic Methods of Search Algorithm – Sequential and Interval Searching
Search algorithms are methods for finding a specific item or key value in a dataset, such as an...

What Is Relational Database?
A relational database is a database schema that stores data in tables related to each other. The relationship...

Example of a Relational Database
Example of a Relational Database Do you like listening to music? Let’s create an example of a relational...

What is MySQL ?
MySQL is one of the most popular Relational Database Management System (RDBMS) Software. Currently, various platforms, such as...

Dijkstra’s Algorithm
Introduction Dijkstra’s algorithm was invented by Edsger Wybe Dijkstra, a computer scientist from Germany who was born &...

Basic Sorting Algorithms
Sorting algorithms aim to arrange the order of a set of elements, such as a list or array,...

Computer Programming Basic Elements
Programming has basic elements to give instructions to the computer. These elements are: Syntax The syntax is the...

What is Coding
What is Coding? Coding is the process of translating human commands into computer language. Computer language, also known...

Application Programming Interface (API)
What Is an API? API stands for “Application Programming Interface”. API is a method that makes two or...
#Database

What Is Relational Database?
A relational database is a database schema that stores data in tables related to each other. The relationship...

Example of a Relational Database
Example of a Relational Database Do you like listening to music? Let’s create an example of a relational...

What is MySQL ?
MySQL is one of the most popular Relational Database Management System (RDBMS) Software. Currently, various platforms, such as...

Introduction to Database
Before we talk about the database, let’s talk about data. What is data? And what it is for...
#Algorithm

Basic Methods of Search Algorithm – Sequential and Interval Searching
Search algorithms are methods for finding a specific item or key value in a dataset, such as an...

Dijkstra’s Algorithm
Introduction Dijkstra’s algorithm was invented by Edsger Wybe Dijkstra, a computer scientist from Germany who was born &...

Basic Sorting Algorithms
Sorting algorithms aim to arrange the order of a set of elements, such as a list or array,...

What is Algorithm?
Definition of Algorithm The algorithm was known way before the first computer was invented. In ancient history, the...