AfterAcademy Tech
In this blog, we will learn the difference between SQL and NoSQL databases.
21 Jan 2020
This is an interview problem asked in companies like Amazon and Microsoft. Given a Linked List you have to swap nodes of the list in pairs.
20 Jan 2020
Data structures are widely used in every aspect of computer science. Data structures are the way of organizing and storing data in a computer so that it can be used efficiently. In this blog, we will look into data structures, its types, operations and applications.
In this blog, we will learn the difference between the embedded and dynamic SQL in deatail. We will also see which SQL statement to use when?
In this blog, we will learn the difference between SQL and MySQL. People use these terms intechangeably. But both are having different meanings.
In this blog, we will learn about SQL. We will see the definition of SQL and various processes that are involved in the query processing of some SQL query.
In this blog, we will learn what is denormalization and why do we need it. We will also see the advantages and disadvantages of denormalization.
In this blog, we will learn about the specialization which is a feature of extended E-R diagram with the help of an example.
In this blog, we will learn about the feature of an extended E-R diagram called Generalization where we will see how two or more entity types cn be clubbed together to form a new entity type.
In this blog, we will learn what is flow control, what happens when the sender and receiver work at a different speed. We will also discuss the flow control methods to control the flow of data between the sender and the receiver.