SQL Database Concepts Question:

Can you explain what is SQL Server English Query?

Tweet Share WhatsApp

Answer:

SQL Server English Query helps to build applications that can accept query in questions form (in English). The application passes the questions string to the English query engine. English Query then returns to the application a SQL statement or a Multi-Dimensional Expression (MDX) query that will return the answer to the user’s question.

Download Basic SQL Server PDF Read All 113 Basic SQL Server Questions
Previous QuestionNext Question
Tell me what are cursors and when they are useful?Tell me what is log shipping?