What are the different operators available in sql?
How many types of sql are there?
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 ?
I m giving Source, Destination and Age. Write a procedure or function, it will give to u this source to destination tickets are available or not, if available then check this person is senior citizen or not,if this person is senior citizen then give some discount. PLZ give this answer...... Thanks advance.....
How do we tune the code?
Define tables and fields in a database
Two Methods of retrieving SQL?
7 Answers Atiric Software, Microsoft, Oracle, TCS, Wipro,
explain normalization concept? : Sql dba
Can we use pl sql in sql server?
What is schema in sql?
How do you remove duplicate records from a table?
What types of commands can be executed in sql*plus?
what is a trigger in mysql? Define different types of trigger. : Sql dba