What are commit, rollback, and savepoint?
What are the different types of sql commands?
What is the diffrence between IN and EXISTS.which one is faster.
how to Update table Sales_summary with max(sales) data from table sales_dataTable 1. sales_data table Table 2. Sales_summary Region sales Region sales N 500 N 0 N 800 W 0 N 600 W 899 W 458 W 900 I want the Sales_summary After Update like this Region Sales N 800 W 900
Describe types of sql statements?
what are the methods using performance tunning in sql and pl/sql
i have a word ***********hello********world******. I require a o/p **********hello world**********, Need to delete the middle stars.
What are user defined functions?
Is primary key a clustered index?
Define SQL and state the differences between SQL and other conventional programming Languages?
what is blob? : Sql dba
how do you know if your mysql server is alive? : Sql dba
Why we use join in sql?