The CREATE DATABASE statement is used to create database. (Note: Before creating database you must first connect with database server).Here is an example to create database using PHP:
In this article I would discuss about the Database Mail which is used to send the Email using SQL Server. Database Mail Configuration To Create a D
This Article describes how to create a Microsoft SQL Server Agent job step that executes Store procedure in SQL Server by using SQL Server Management Studio.
SQLite Triggers is a sql series of sql statements that are executed automatically to perform/invoked when a specified database event occurs, such as creation or updating record or deletion of record/table.
In this blog we will learn about SQLite GLOB operator. GLOB operator is used for matching string values against patterns. GLOB operator works like ‘li
In this blog we will discuss about SQLite AND and OR operators are that are used to execute multiple conditions to narrow down the selected data in an SQLite statement. Both of these two operators known as conjunctive operators.
The DETACH DATABASE statement is used to detach and dissociate a named database from a database connection which was previously attached using ATTACH statement.
In this blog describe the concept of sql view in sql server. SQL view is a virtual table. Here we give simple example of view. A View is a Virtual Ta
In this blog describe the concept of cursor in sql server and how to create cursor in sql server, types of cursor. Here, I’m trying to demonstrate the good examples of cursors.
In this blog, I’m explaining how to create and use the sqlite database in our application. IntroductionSQLite is a relational database management sy
In this article, I’m explaining the locks in sql server and its types. Locking helps in providing concurrency within the database. Without locking, S
In this blog, I’m explaining the checkpoint in sql server. The SQL Server Database Engine automatically executes the CHECKPOINT command to write all