DBMS QUESTION- Create a package which contains a procedure to accept a text and to check whether it is palindrome or not.
SIKSHAPATH Latest Questions
SOLVE: BELOW QUESTION – Create a package named as INFO which contains procedure that is passed a student’s identification number and return student’s full name and phone number from the student table to the calling program and function, pass a ...
Berlin
Asked: November 10, 2021In: DBMS
Create a package which includes a function to return a square of a number if it is positive else return an error message to the user.
Berlin
Asked: November 7, 2021In: DBMS
Write a query to create a view that finds the salesman who has the customer with the highest order at least 3 times on a day.
Berlin
Asked: November 7, 2021In: DBMS
Berlin
Asked: November 7, 2021In: Data Structure
Consider a two-dimensional array arr[20][20] which has base address = 1000 and the number of bytes per element of the array = 4. Now, compute the address of the element arr[9][6] assuming that the elements are stored in column-major order.