Answers
SQL is an abbreviation of Structured Query Language.It is a computer language designed for the retrieval and management of data in relational database management systems, database schema creation and modification, and database object access control management.It is mainly used to query data contained in a relational database. SQL is a set-based, declarative query language, not an imperative language such as C or BASIC.
answered 1 year ago
- How To Extend Url Length In Reporting Services Of Sql Server 2005?
- How do i select last X records in an SQL query? (in MS SQL)
- I need to select some records in middle, e.g. ten records from 30 to 40 records of 60 total records using MS SQL. How do i do this?
- How can i increase the query string of a fixed given length in reporting services of sql server 2005?
- Will DCLGEN Convert Whole SQL Quarries?
Ask the Community a Question



Structured Query Language - A database query language originally from IBM for its mainframe databases. It is a tool (and a standard) used to get information into and out of a database. Since it is accepted as a standard, many database programs can interact and exchange data
comment made by John_caleb 4 months ago
Report