Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What happened with SQL English query?

SQL Server 2000 was deployed with English Query. At that time, I was young and new to SQL so I skipped that chapter. Now after years, there is again an idea of making a logical program which can understand simple user questions.

Is there any alternative to that? Where is English Query now?

like image 734
adopilot Avatar asked May 20 '09 06:05

adopilot


People also ask

What is English SQL?

Structured Query Language (SQL) is a standardized programming language that is used to manage relational databases and perform various operations on the data in them.

Is SQL only in English?

SQL Server supports all languages that are supported by Windows operating systems.

What happens when SQL query is executed?

Once the query execution plan is ready and available to execute, SQL Server storage engines gets the query plan and executes it based on the actual query plan. After executing the query, the desired output is returned to you.

Is T SQL between inclusive?

The BETWEEN operator is inclusive: begin and end values are included.


1 Answers

English Query was discontinued after SQL Server 2000.

like image 165
ichiban Avatar answered Sep 25 '22 03:09

ichiban