Sobes.tech

DBA / Database

What are indexes in a database?

301

Explain the difference between WHERE and HAVING

228

Is it possible to throw exceptions inside a trigger? What will happen to the database and the RS Bank interface?

212

What are triggers? What types of triggers are there?

178

What is a temporary table in SQL/PLSQL? Do you use temporary tables?

172

Will using an indexed column speed up GROUP BY and ORDER BY operations?

171

Что такое TCL? Какие команды входят в TCL?

167

What is the difference between COUNT(*) and COUNT(1) — which one is better to use?

165

What is the difference between TRUNCATE and DELETE?

164

Explain the concept of normalization and its benefits.

159

BEGIN LOOP UPDATE table SET status = 'PROCESSED' WHERE category = 'OLD' AND ROWNUM <= 50000; EXIT WHEN SQL%NOTFOUND; COMMIT; END LOOP;

159

How to handle exceptions inside a trigger? Is it better to report the error or to silence it?

145

What are BULK COLLECT and FORALL? What are their differences and advantages?

132

What is Mutating table error?

120

What happens inside Oracle when executing a SELECT query (after pressing F8)?

92