Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a PL/SQL procedure called LIST_STOCK which will be used when stock is listed on a stock exchange. -Input parameters: stock_id, stock_ex_id, stock_symbol. -The stock_id,
- Write a PL/SQL procedure called LIST_STOCK which will be used when stock is listed on a stock exchange. -Input parameters: stock_id, stock_ex_id, stock_symbol. -The stock_id, stock_ex_id and stock_symbol must be recorded in the stock_listing table. -The starting price from company must be copied to the stock price table for the stock exchange. The current system date/time will be used for the time_start and the time_end will be null. The procedure must be able to convert currencies as needed.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started