What is compute?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use ddl commands in pl sql?
What does dml mean?
What is a trigger ?
11 Answers Accenture, BirlaSoft,
How can I see all tables in sql?
define primary key & secondary key?
What are the properties of a transaction?
Can primary key be changed?
what are the performance and scalability characteristics of mysql? : Sql dba
What is database sql?
consider a table which contain 4 columns,ename,eno,sal and deptno, from this table i want to know ename who having maximum salary in deptno 10 and 20.
How do I count records in sql?
need to split a string into separate values. eg. col1 col2 ---------- 100 - 'a,b,c' 200 - 'a,x,d,e' 300 - 'c' result: value count ------------- a - 2 b - 1 c - 2 etc.