Related Posts
Need 11likes for dm please
Additional Posts in Tech India
What are good plant protein brands in India?
Happy Diwali ✨ 🥳

are you satisfied with your job? why?
Hello Everyone,
Can anyone confirm what should be the ideal package one should get for Singapore location having total 5 YOE. Currently i am bachelor and want to know how much is the cost of living in Singapore.
Current CTC in India is 16 IBM" class="linkified" target="_blank" rel="nofollow" >fixed.IBM Tata Consultancy Tata Consultancy Infosys Amazon United Overseas Bank Limited Co.
New to Fishbowl?
unlock all discussions on Fishbowl.




Chief
Because sql is just 3 letters and java is 4 so 3 < 4 and always faster
Time to learn C
Rising Star
Is stack overflow down??
Sql is based on relational model and supports indexing.... Java is compiled and interpreted language... Java processes tasks not data and requires cpu resources..... Sql is like diving into an ocean and catching the desired fish or feeding the fish to make it fat......Java is like creating an ecosystem whithin an ocean which you can access at will
understood Thanks
Procedures and functions are pre-compiled codes in the database and are local to the database server. You can't run Java programs directly in the database. Java programs will be in the client server and will need database drivers to send data/parameters to the database through packages. As no driver connection is required to execute procedures and functions in the database network traffic will be less. Also when you will send data from the Java to the database through package it will take some time to load the package initially . In case of procedures and functions in the database there will be no initial loading as they are already compiled codes present in the database. Also the indexing and the inbuilt optimizer will help procedures and functions to process table data faster in case of database programs.