Discuss SQL SQL is a database computer language designed for the retrieval and management of data in a relational database. SQL stands for Structured Query Language. This tutorial will give you a quick start to SQL. It covers most of the topics required for a basic understanding of SQL and to get a feel of […]
Category Archives: sql
SQL – Date Functions The Date & time functions are built-in functions in the SQL server that allows you to manipulate and perform operations on date and time values in the SQL server. These functions can be used in SQL Server queries to perform various date and time operations, such as filtering records based on […]
SQL – String Functions SQL string functions are used primarily for string manipulation. The following table details the important string functions − Sr.No. Function & Description 1 Returns numeric value of left-most character 2 Returns the character for each integer passed 3 Returns the position of a substring within the given string. 4 Returns concatenate […]