[Solved] which runs faster sql or plsql if both produces same result? [closed]


I presume you mean ansi SQl. In general, the answer would be specific to the way the two queries were written. You can write a bad query in either language to produce the same result. However, most of the time, the database vendors code written specifically for that engine will outperform generic SQl for complex tasks.

1

solved which runs faster sql or plsql if both produces same result? [closed]