0
Pl/sql
Write a PL/SQL code to find the sum of digits of even digits from a number fetched from a table using implicit cursors and check if the sum is prime number or not.
2 ответов
+ 7
Hello,you can visit this site here written the code for find the sim of digits of even number with example :-
https://www.tutorialride.com/plsql-variables-and-constants-programs-examples/plsql-block-to-check-if-a-number-is-prime.htm
+ 6
Try first by yourself