Hi,
I am just starting tolearn Oracle PL/SQL and am getting an error right off the bat that I can't seem to get rid of, here it is:
CREATE TABLE book_copies (
barcode_id VARCHAR2(100) NOT NULL PRIMARY KEY,
isbn VARCHAR2(13) FOREIGN KEY REFERENCES books (isbn)
);
error at line 3...
I am trying to put a list of my queries in a combo box so it will list all queries when new queries are added. I can only seem to get the records in a specific query or table, how do I get the list of queries to be listed in the box?
Any SQL or VBA code if needed would be helpful.
Thank you...
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.