taracoder

Taracoder is a software development company delivering innovative, scalable, and reliable digital solutions for businesses worldwide. We specialize in both product development and service-based solutions, helping startups and enterprises turn ideas into high-quality applications. Our expertise includes web and mobile application development, API integrations, cloud solutions, and enterprise software systems. We focus on clean architecture, modern technologies, and performance-driven development

Tuesday, December 1, 2020

DBMS Assignment-9 PLSQL full Solution

 



1.     Write a PL/SQL code block for calculating addition of Three numbers.





2.     Write a PL/SQL code block to find out larger between two numbers.





3.     Write a PL/SQL code block to find largerst of three numbers.

 




4.     Write a PL/SQL code block to print table of a given number.






5.     Write a PL/SQL code block to compute the factorial of a number.





6.     Write a PL/SQL code block to determine whether the number is prime or not.





7.     Write a PL/SQL code block to display n terms of a fibonacci series.