hi, where i can find more detail about oracle PL/SQL. i need some details regarding main functionalities and features.
what is the different between SQL*PLUS with PL/SQL?
this program wrote by C languages, wish can debug for me
thank
#include <stdio.h>
#include <string.h>
typedef enum
{
SF_Science_Fiction=0, HR_Horror=1, RM_Romance=2
} Category_Value;
typedef struct
{
char ISBN[10];
char Title[30];
char Author[30];
float Price...
question:
Develop a program to allow users to perform operations on book records.
A book record should contain the below minimum information:
· ISBN : 10 characters
· Title : 30 characters
· Author : 30 characters
· Price : floating point number
· Category : an enumerated type of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.