how to convert dates to character strings? : Sql dba
why should required for Indexed by table in pl/sql
How many types of functions are there in sql?
Is t sql a programming language?
Which join condition can be specified using on clause?
What are pl sql procedures?
Can we want to pass a parameter payroll_id to this external pl/sql function, how do we do it?
What does an inner join do?
how to find the second highest salary from emp table?
211 Answers CIS, Cognizant, Cosmosoft, DAS, EDS, GreenTech, HOV Services, IBM, Infosys, National Institute of Science and Technology, Patni, Persistent, Polaris, TCS, Wipro, Yardi, Zensar,
Do foreign keys improve performance?
what is the sql query to display current date? : Sql dba
Can we use delete in merge statement?
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.