Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
bloodsoup
Jun 7, 2005
I work at a job where they've shown me how to run the database reports I need to run, but not much else. It's a temp job at a place that has been bought out by another company, so it's kind of a dead end. I've gotten to the point where I can do the reporting very quickly and am now bored most of the day. But I would like to learn more things and move up in the world. So I figure, this is a great place to explore some sql, since I've always learned better by doing.

So, I would like to find out:

What version of sql am I using? (I connect to AS/400 with Sequel Viewpoint, if that helps.)

What are the names of all the tables, and the last time they were accessed? (There are something like 10,000 of them.)

What are the names and descriptions of the fields in the tables I use? (I use maybe 20.)

How are these tables linked (what fields do they have in common)?

Basically, I would like to understand all the data available to me so that when someone asks me to give them something that's not in a report already, I can actually do it. Please pardon if any of these questions are too stupid or strange, I'm trying to get up to speed quickly.

Adbot
ADBOT LOVES YOU

bloodsoup
Jun 7, 2005
I just installed MySQL Server 5.1 to learn on. What's the best free resource you know of for learning sql? It would be really nice if it had example data and a way for me to test myself as well, like sql code that I would first have to try to create and then could check by running the correct code, kind of like the answers at the back of the book.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply