Author Archives: Vikram Singh

About Vikram Singh

hello everyone my name is vikram singh . I have study in Rajasthan university . I will providing all the detail of computer and its use . I will providing latest technology also.

transaction control language in sql

Transaction Control Language (TCL)-: TCL is the part of structure query language.It managed transaction in database.Understanding TCL we Divided TCL in some like A. Database Transaction:-The server ensures data consistency based on transactions. Transactions give we more flexibility and control when changing data, and they ensure data consistency in the event of user process failure… Read More »

Data Manipulation Language in sql

Data Manipulation Language (DML)-:Data Manipulation Language (DML) is a core part of SQL. When we want to add, update or delete data in the database, we execute a DML statement. A collection of DML statements that form a logical unit of work is called transaction. DML Statements : Statement Purpose Insert Add rows to table… Read More »

dcl in sql

Introduction of dcl in sql -: The full name of the dcl is Data Control Language. A data control language (dcl) is a syntax similar to a computer programming language used to control access to data stored in a database. In particular, it is a component of Structured Query Language (SQL).  In other words we can… Read More »

internet databases

Internet Databases Introduction-: The expansion of internet and intranet enabled the user to access a large number of data sources available. One of major achievements of this expansion is E commerce which include purchasing of items ranging from a small pens,books,to all other types of consumer goods through internet. Various site are available which provide… Read More »

index in sql

Index In sql :- An index is a schema object that can speed up the retrieval of rows by using a pointer. Indexes can be created explicitly or automatically. If we do mot have an index on the column, then a full table scan will occur. An index provides direct and fast access to rows in… Read More »

sequence in sql

Sequence in sql-: A sequence is a database object created by a user, and can be shared by multiple users to generate unique integers. We can use the sequence to automatically generate unique integers. A typical usage for sequences is to create a primary key value, which must be unique for each row. The sequence is… Read More »

view in sql

Views in sql:-  We can present logical subsets or combination of data by creating views of tables. A view is a logical table based on a table or another view. A view contains no data of its own but is like a window through which data from tables can be viewed or changed. The tables… Read More »

ddl

Data Definition Language (DDL)- In the previous post we read that the DDL is the part of SQL. It is the statement of sql . DDL is a standard for commands that define the different structures in a database. DDL statements create, modify, and remove database objects such as tables, indexes, and users. Common DDL statements… Read More »

full stack developer

Full stack developer definition -: Full stack developer is a person who has enough knowledge and experience in the both developing technology front end and back end development. In other words we can say that Full stack development refers to the development of both front end and back end portions of an application. Scope of Full Stack… Read More »