Questions
Articles
Videos
Ask
Experts
Polls
Login
Sign Up
Health
Parenting
Cooking
Travel
Pets
Q:
Can a stored procedure access tables?
0
Like
Unlike
Answer
Comment
Flag
Widget
Tags:
access
tables
stored
procedure
Related Questions
Are there any problems with using tables for layout?
- On current browsers, the entire table must be downloaded and the dimensions of everything in the table must ...
Is DELAY_KEY_WRITE honoured on Maria tables?
- If you are using non-transactional Maria tables (CREATE TABLE... ENGINE=MARIA TRANSACTIONAL=0), which are ...
Why does TOYS show the underlying tables for materialized views?
- A materialized view is implemented by Oracle creating or re-using an underlying table [i.e. container table]. ...
How can I represent multi-dimensional tables of data in an instance document?
- Multi-dimensional tables of data generally consist of one or more concepts, reported for different entities, ...
Do Oracle's JDBC drivers support PL/SQL tables/result sets/records/booleans?
- No. It is not feasible for Oracle JDBC drivers to support calling arguments or return values of the PL/SQL ...
Is this page helpful to you?
Your
anonymous
feedback will help us improve.
Helpful
Not helpful
Thanks for your feedback!
A:
1 Answer
rank
1
2
Like
Unlike
Comment
Flag
Edit
Yes. A stored procedure can access one or more tables as required.
more
doc.javanb.com
/mysql-5-1-reference-manual-en/faqs...
7
more sources
Hide
cs.duke.edu
/csl/docs/mysql-refman/faqs.html
theory.uwinnipeg.ca
/mysql/faqs.html
docs.sun.com
/source/mysql-refman-5.1/faqs.html
phpxref.org
/docs/mysql/faqs.html
142.132.30.225
/mysql/faqs.html
dev.mysql.com
/doc/.../faqs-stored-procs.html
mysql.blic.net
/doc/.../faqs-stored-procs.html
Related Videos
Add your answer...
Top Answerers
1.
Cheap SSL Certificates
7
Answers
in the past week
2.
vanity fair
7
Answers
in the past week
3.
Robert Turner
4
Answers
in the past week
More Top Answerers »
Top Askers
1.
Frank Bigaglow
3
Questions
in the past week
2.
Frank Bell
2
Questions
in the past week
3.
Deitty smith
3
Questions
in the past week
More Top Askers »
Top Supporters
1.
Tom Wagner
9 Likes given in the past week
2.
CableAnd OtherThings Too
2 Likes given in the past week
3.
Sh Bailbonds
2 Likes given in the past week
More Top Supporters »
Please flag with care:
Offensive or Abusive
Spam
Ambiguous
Garbage
Duplicate
Inaccurate or Outdated
Comment (optional):
Flag
Cancel
What's wrong with this link?
If there's a problem with the answer itself, please flag the answer instead.
This URL is broken
This is a duplicate
The answer is no longer found at this URL
This is not the original source for this answer (please enter the original URL below)
Comment or suggest a replacement URL:
Flag
Cancel
Suggest a new URL
Has this answer moved? You could help us by suggesting a new URL where this answer can be found.
If there's a problem with the answer itself, please flag the answer instead.
Suggest a replacement URL:
Ok
Cancel
Can a stored procedure access tables?
Related Questions
- On current browsers, the entire table must be downloaded and the dimensions of everything in the table must ...
- If you are using non-transactional Maria tables (CREATE TABLE... ENGINE=MARIA TRANSACTIONAL=0), which are ...
- A materialized view is implemented by Oracle creating or re-using an underlying table [i.e. container table]. ...
- Multi-dimensional tables of data generally consist of one or more concepts, reported for different entities, ...
- No. It is not feasible for Oracle JDBC drivers to support calling arguments or return values of the PL/SQL ...