Author: Sunny Singh

SQL Server

Managing Query Execution in Database Engine Part 5

Managing Query Execution in Database Engine Part – 5 Elementary Algorithms for Executing Query Processes The effectiveness of query handling in a Relational Database Management System (RDBMS) is grounded on the competence of the relational operators. Even the easiest actions can frequently be implemented in a number of different methods as well as the costs of the different methods could […]

SQL Server

Managing Query Execution in Database Engine Part – 3

Managing Query Execution in Database Engine Part – 3 Internal Query Arrangement As it was known previously, a query created in a query language like Structural Query Language (SQL) should be 1st transformed to an internal arrangement which is appropriate for a machine to understand and represent as well. Every internal query arrangement should be adequately influential to signify every […]

SQL Server

Managing Query Execution in Database Engine Part – 2

Managing Query Execution in Database Engine Part – 2 Query Management Before query management is performed, an individual will of course want to decide what things need to be improved first. The aim of accomplishing competence itself might be unlike in dissimilar circumstances. For an instance, an individual may need to reduce the execution time but then again in numerous […]

SQL Server

Managing Query Execution in Database Engine Part – 1

Managing Query Execution in Database Engine Part – 1 Introduction In this article we will be discussing about the query handling process in Database Management System (DBMS). In many Database Management System (DBMS), queries are placed in a non procedural language like Structured Query Language (SQL) and as it was mentioned in earlier articles that such queries does not include […]

SQL Server

Introduction to Structured Query Language (SQL) — Part — 6

Introduction to Structured Query Language (SQL) – Part – 6 Database Wide Privileges The database wide privilege gives the database user either Database Administrators (DBA) or RESOURCE rights. Database users with Database Administrators (DBA) rights have the capability to access, alter, and otherwise remove any database items as well as can grant rights to additional database users. RESOURCE rights permit […]