what are the join types in tsql? : Transact sql
No Answer is Posted For this Question
Be the First to Post Answer
declare l1 number := null; l2 number :=null; begin if l1=l2 then message('equal'); else if l1<>l2 then message('not equal'); else message('else'); end if; end if; end; What will be the output ?
ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.
what is the difference between group by and order by in sql? : Sql dba
What is oracle ? why we should go for oracle database instead of diffrent databases available in the industry.
What is rollback?
what is autonomouse transaction?
What is java sql connection?
What is a stored procedure ?
suppose we have values like 1 5 7 in a colum.Now we want numbers like(2 3 4 6) that exists between 1 5 7.How can we do this using sql query??
What are field types?
What's the difference between a primary key and a clustered index?
how to write utl file pkg in SQL