SQL Database Concepts Question:
Can you explain what is SQL Server English Query?
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.
Previous Question | Next Question |
Tell me what are cursors and when they are useful? | Tell me what is log shipping? |