Explain what is sql server english query?
Answer / Sachin Gupta
"SQL Server English Query (SEQ) allows users to write T-SQL statements using natural language instead of traditional structured query syntax. It uses machine learning and AI technologies to convert the natural language into valid T-SQL code, making it easier for non-technical users to interact with SQL Server databases."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the dbcc command and why is it used?
Do you know the cursor types?
Which data type can be used only on OUTPUT parameters of the stored proceduer?
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
Write a stored procedure for emplpoyee and department table to get DeptName which having no employee. Table Structure- Emp-Emp_Id,Emp_Name,Dept_id Dept-Dept_Id,Dept_Name
Can multiple columns be used in sql group by clause in ms sql server?
Tell me what do you understand by a view? What does the with check option clause for a view do?
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
What is the difference between delete and truncate statements?
Explain the working of sql privileges?
What are the different subsets of sql?
What is b tree index?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)