Ask the Community
Ask any professional question and get answers from other specialists.
This will help you.... select t1.id, t1.SomeNumt, SUM(t2.SomeNumt) as sum from tableName t1 inner join tableName t2 on t1.id >= t2.idgroup by t1.id, t1.SomeNumt order ... See More
Oracle is good for OLTP. But can not retrieve data efficiently. It actually will not work when volumes are high. Teradata will allow you high number of concurrent queries ... See More
Fload is Faster - Target table must be empty ( so no need to resume from failed point) - If fails - Drop and recreate the table - Can not have NUSI on table as it requir ... See More
Fast Load usually prefrerred to load in empty tables, as it locks the entire table. Muti Load laods into tables without locking the entir table.Multiload loads the data i ... See More