In focus
What is DbTalks
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Learn
News
ARTICLES
BOOKS
Contribute
An Article
A News
No new messages.
Go to all messages
*
*
Remember me
Forgot your password?
Click here
.
Login
Login using
Search
Any Word
Exact Word
Content Filter
Articles
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Search
sql
Sort By
Latest First
Oldest First
Most Viewed
No data found.
Data Types In Oracle
Apr 26, 2016.
In this article we will discuss about the built-in datatypes in Oracle. In oracle, each ‘column value’ and constant in SQL expression has a ‘DataType’.
How To Count The Number Of Rows For User And System Tables Of A Database
Apr 20, 2016.
In this article, we will see how to countrows in table andthe largest row table in database in Transact-SQL..
How To Create A View In T-SQL
Apr 18, 2016.
In this article we will learn how to create view with T-SQL codes. Views, virtual tables represent of one or more table data at one time.
String Functions In SQL Server: Part One
Apr 18, 2016.
In this article you will learn about string functions in SQL Server. This is Part One of the series.
How To Find Out Failed Login Attempt In SQL Server
Apr 14, 2016.
In this article you will learn how to find the last login attempt with incorrect password in SQL Server.
How To Convert Rows To Columns Using Pivot In SQL Server
Apr 08, 2016.
In this article we will learn how to use pivot in T-SQL to convert rows into columns.
How To Create Credential In SQL Server
Apr 06, 2016.
In this article we will learn to create credential in SQL Server. A credential is a record having the information of authentication which is required to connect to a resource outside the SQL Server.
How To Delete Data In SQL Server 2014
Apr 06, 2016.
In this article, we will learn how to delete data in a table in SQL Server 2014. We will also check whether any data is available in our table or not.
SQL Functions
Apr 04, 2016.
This article describes SQL Functions. SQL has many built-in functions for performing operations on numeric or string values.
What Is SQL Server R Services
Mar 30, 2016.
This article describes what Microsoft SQL Server R Services is.
Difference Between NoSQL And SQL
Mar 25, 2016.
In this article I describe the difference between NoSQL and SQL.
SQL Server 2014 Installation Steps
Mar 24, 2016.
This article provides a step-by-step procedure for installing a new instance of SQL Server 2014 Enterprise Edition by SQL Server setup installation wizard.
Introduction To PL/SQL
Mar 22, 2016.
In this article we will learn about concepts of PL/SQL. PL/SQL which stands for Procedural Language/Structured Query Language.
Introduction To SisoDB
Mar 21, 2016.
In this article you will learn about the basics of SisoDB. SisoDb is a schema-less document-oriented provider for SQL Server.
Backup And Recovery In SQL Server
Mar 11, 2016.
In this article we will discuss the backup and recovery option in SQL Server.
Basic Functions Of SQL Server 2014
Mar 11, 2016.
In this article we will discuss the functions of SQL Server 2014.
Migrate To SQL Server 2016
Mar 10, 2016.
How to upgrade and migrate your existing SQL Server database to SQL Server 2016.
Search
About
sql
SQL
is stand for
( Structured Query Language ) which is a standard interactive and programming language used for manage the whole database information and updating a database.
SQL
is the main backbone of SqlServer and MySql
database. Although
SQL
is both an ANSI and an ISO standard, many database products support
SQL
with proprietary extensions to the standard language.
SQL
have the number syntax which are used to perform action on the database without the
SQL
query we don"t performed any actions. Structured Query Language is a standard computer language for relational database management and data manipulation.
SQL
is used to query, insert, update and modify data. Most relational databases support
SQL
, which is an added benefit for database administrators, as they are often required to support databases across several different platforms.