Browsing Category
SQL
Computed Column in SQL
Computed Column in SQL
The computed columns in SQL is a concept of filling calculated data in a column. Suppose have a table in which the first name…
What are Views in SQL and How to Use Them?
What are the Views in SQL
Views in SQL. This is my way of understanding concepts in the study. Whenever I want to understand a function or a concept or…
Important SQL Queries and How to Use them?
Important SQL Queries. We will be discussing some important queries in this article with their examples because we have already set up the Adventureworks…
Importing AdventureWorks in SSMS
What is the Adventureworks Database
Adventureworks Database is a waxwork database that is designed by Microsoft. Microsoft provided it for developers…
SQL Server Installation Guide – All Steps
SQL Server Installation
SQL Server Installation. After discussing what is a database and its queries. Let's install the SQL Server and SQL Server…
What is Database Query and What is it used for?
What is Database Query? Earlier we have talked about what is data and what is a database. Now is the time to discuss what is a database query. So let's…
What is Database and Ways to Create a Database?
What is Database? If you will start searching on the Internet about the definition of a database, you will find a lot of diverse definitions. Since you…