Which Tool is preferable to do the Background SQL Processin
$$
Which Tool is preferable to do the Background SQL Processing?Solution
For background SQL processing the command line interface tools are mostly preferred than commly used GUI applications, because for background query processing, we don\'t have much to do with the UI, or the results are not required to show graphically fastly, it only required to process some queries which usually takes more time than the usual queries. Also the GUI application itself requires some amount memory utilized, whereas the Command Line Interface tools does\'t require much memory. Thus for backgroung query processing, Command Line Interface tools likw SQL plus are preferred.
