Just a day ago I have participated at an exam, organized from SoftUni for SQL server. The exam can be found here and the questions for it are here. In the current article I will present my answers from the first part …

SQL Server – Solution of the first part of the SoftUni Exam for SQL Server Read more »

There is a simple way in VBA and in Python to create tables in the database you need, giving the tables a name of a variable and the type of a variable. In SQL Server, we also have a way …

SQL Server – Create two tables with primary and foreign key with SQL code Read more »

I have started to explain tricks with SQL Server in a series of articles about a week or two ago. Today I will use a database, mentioned in a previous article. Get data below average The task is to get top …

SQL Server – Get data below the avarage; Difference between Left and Right Join Explained Read more »

So, after starting with SQL Server custom views, SQL Server Triggers, SQL Server Procedures and Functions, now it is time to pay some attention to SQL Transaction as well. What are transactions? Microsoft says the following:  A transaction is a single …

SQL Server – Simple Transaction in SQL Server Read more »