Write a PL/SQL program to print reverse of a number. For example: 1234 print as 4321.
Home/Computer Science/Page 68
SIKSHAPATH Latest Questions
mj
Asked: November 28, 2021In: Data Structure
Write a Program in C/C++ to enter two strings and find the length of two strings without using a pre-defined function.
DEvil
Asked: November 28, 2021In: Data Structure
aryan
Asked: November 27, 2021In: DBMS
Create a trigger which will work before deletion in employee table and create a duplicate copy of the record in another table employee_backup.
aryan
Asked: November 27, 2021In: DBMS
Create a package which contains a procedure to accept a text and to check whether it is palindrome or not.
aryan
Asked: November 27, 2021In: DBMS
Create a package with procedure that shows the usage of the WHILE loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?