What is user in sql?
No Answer is Posted For this Question
Be the First to Post Answer
What is set serveroutput on in pl sql?
need to split a string into seperate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,b,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.
What is difference between sql and excel?
Why do we use joins?
Explain the difference in execution of triggers and stored procedures?
if we give update table_name set column_name= default. what will happen?
What is a self join ?
how to add a new column to an existing table in mysql? : Sql dba
What is scope of pl sql developer in future?
What is procedure explain with example?
what is table? : Sql dba
Can we write ddl statements in functions?