What is oltp?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the advantages of partitioned primary index in a query?
What is differnce between Error code and Error Level in Bteq
Is multi insert ansi standard?
what is differences between Fastload and Multiload as per DBA aspect ?
"pravalli nagireddy" record is there in address column but i want display only 'nagireddy' from the main string what is query for that pls tell me
Which is faster fastload or multiload?
While creating table my dba has fallback or no fallback in his ddl. What is that?
Why are oltp database designs not generally a good idea for a data warehouse?
What is the difference between correlated sub queries and inner queries?
Differentiate database data and data warehouse data?
sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id where b.deptno=10; sel a.t1,b.t1 from emp a left outer join dept b ON a.id=b.id and b.deptno=10; what is the difference on the above 2 queries?
If the script is aborted. why it is aborted and how can you identify ?