mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
how to shutdown mysql server? : Sql dba
What is break?
Can we have two clustered index on a table?
Is sql workbench free?
What is database white box testing and black box testing?
how can you see all indexes defined for a table? : Sql dba
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is crud stand for?
What is cte?
Is sql a case sensitive language?
What is difference between hql and native sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
define sql delete statement ? : Sql dba