[sqlalchemy] What is the terminology for ...?

2015-06-11 Thread Tony C
Hi I'm new to databases, SQL, and SQLAlchemy. I've been going through the tutorials and docs at SQLAlchemy.org trying to find a solution to what I believe is a very simple issue with database quiries, however I'm quite uncertain of the terminology. I'm using the declarative form of SQL

[sqlalchemy] What is the SQLAlchemy terminology for ..?

2015-06-11 Thread Tony C
Hi I'm new to databases, SQL, and SQLAlchemy. I've been going through the tutorials and docs at SQLAlchemy.org trying to find a solution to what I believe is a very simple issue with database quiries, however I'm quite uncertain of the terminology. I'm using the declarative form of SQL

[sqlalchemy] Re: What is the SQLAlchemy terminology for ..?

2015-06-11 Thread Tony C
Thanks Jonathan, Your question and example are both a bit confusing Yes-as I mentioned in my post, and I am new to databases and SQL,so I don't know how to ask for what I'm looking for. After creating the relationship that you mentioned, my queries now pull the data from the referenced tables.

Re: [sqlalchemy] What is the terminology for ...?

2015-06-11 Thread Tony C
Thanks David On Thursday, June 11, 2015 at 11:53:44 AM UTC-7, David Allouche wrote: On 11 Jun 2015, at 19:09, Tony C capp...@gmail.com javascript: wrote: I'm new to databases, SQL, and SQLAlchemy. I've been going through the tutorials and docs at SQLAlchemy.org trying to find a solution