What are different types of queries in sql?
No Answer is Posted For this Question
Be the First to Post Answer
In a PL/SQL block,which loop type should be used in a performance point of view & Why (as both loops can do the same task) 1) open - Fetch loop 2) for loop
Why do you partition data?
Define SQL and state the differences between SQL and other conventional programming Languages?
Is delete faster than truncate?
What is the difference between a primary key and a clustered index?
How to read/write files from pl/sql?
Where is pl sql used?
what is a foreign key ? : Sql dba
How do you handle exceptions. Give the syntax for it?
Table name: T1, it has only one column. col1 ------ c b a b b b b d s a a t s Requirement: I need the following output from the above base table by using SQL query. col1 Cnt ----- ------- a 3 b 5 Others 5 Please help. Thanks Guru v.gurus@in.com
What is procedure and function in sql?
What is a field in a database?