what are the disadvantages of mysql? : Sql dba
Explain the concept of normalization.
Write a query to get last 10 records from the table.
what is sql optimization
How can we avoid duplicating records in a query?
how to use in conditions? : Sql dba
In a Distributed Database System Can we execute two queries simultaneously ? Justify ?
How do you take the union of two tables in sql?
What is difference between stored function and application function?
What does trigger mean in slang?
What is a stored procedure ?
source destination distance chennai bangalore 500 bangalore chennai 500 hyd delhi 1000 delhi hyd 1000 bangalore hyd 800 Here chennai to bangalore and bangalore to chennai is same distance. and hyd and delhi also same criteria. Based on the distance i want to display only one row using sql query?
how to calculate expressions with sql statements? : Sql dba