SQL Server Merge
Sometimes in SQL Server you need to create a summary table from a transaction table. Transactions are coming […]
Sometimes in SQL Server you need to create a summary table from a transaction table. Transactions are coming […]
VirtualBox is a cross-platform virtualization application. VirtualBox it installs on your existing Intel or AMD-based computers, whether they […]
The SQL Server Case statement is best explained by example. What Case allows us to do is get […]
INTERSECT says “give me what’s common to both” as the word itself implies. It is the intersection of […]
EXCEPT is available in SQL Server starting with SQL Server 2008. EXCEPT returns distinct rows by comparing the […]
Here is a table showing the integer types of SQL Server from the Microsoft website. INT goes up […]
This article is discussing the combining of two or more tables using UNION or UNION ALL into one […]
Suppose we have a view that we can select to see the rows and columns of the underlying […]
A SQL Server view is a type of table expression. A View is stored in the database (with […]
Schema and Views The dbo stands for database owner. It is the schema. Objects can be grouped together […]
The most obvious application of blockchain is a digital payment system where payments are immediate or nearly immediate. […]
What is a distributed database? Here is what Wikipedia says: “A distributed database is a database in which […]