Computer Science, asked by iqbalnasir5780, 10 months ago

How can we access tables through MySQL stored procedures?

Answers

Answered by Aagmansriva993
0

Instead of sending a SELECT statement to MySQL database, you send a stored procedure call statement. First, create a stored procedure named GetCustomers() in the sample database for the demonstration. The GetCustomers() stored procedure retrieves the name and credit limit of customers from the customers table.

Similar questions