SQL Structured query language |
|||||
|
Back to listings page
Associated Keywords Structured query language |
SQL Is: A specialized language for sending queries to databases. Most industrial-strength and many smaller database applications can be addressed using SQL. Each specific application will have its own slightly different version of SQL implementing features unique to that application, but all SQL-capable databases support a common subset of SQL. A example of an SQL statement is: SELECT name,email FROM people_table WHERE contry='uk' |
|
|||
|
|
|||||
| Disclaimer | SQL Structured query language | Links | Index | ||