I have tables name as branch, member account, transactions Please…
Question Answered step-by-step I have tables name as branch, member account, transactions Please… Image transcription textProblem 3: [40 points] Write one anonymous PL/SQL program to do ALL of the following1) check whether there is a member named ‘Ella’. If there is no such member, print amessage No such member’ and stop. 2) check whether Ella has any transacti… Show more… Show more I have tables name as branch, member account, transactions Please use these names for the problem solving or if you can’t please add or show the table you use for this, Image transcription textdrop table Branch cascade constraints;create table Branch bid int, — Brach IDbaddress varchar (100), –… Show more… Show moreIf you use your own table please give me the code for it as well Computer Science Engineering & Technology MYSQL IS 420 Share QuestionEmailCopy link Comments (0)


