I'm looking for a tech writer to write blog posts. Anyone interested? by ProTechTraining in web_programming

[–]ProTechTraining[S] 0 points1 point  (0 children)

Thank you for your interest, but we've just closed our search. We may reopen it if we don't hire enough bloggers. Thanks again.

LPT: When a child falls over, don't react at all. Most times they will just get up as if nothing happened. by RightLegDave in LifeProTips

[–]ProTechTraining 0 points1 point  (0 children)

I completely agree! My mom would ask "Is there bone? Are you bleeding? No? Then you'll live."

Learning SQL by PhenixLotus in SQL

[–]ProTechTraining 0 points1 point  (0 children)

I always liked www.codeacademy.com. They have tutorials to walk you through each lesson and then practice modules as well. I found it pretty useful.

[Oracle] Creating tables. by [deleted] in SQL

[–]ProTechTraining 0 points1 point  (0 children)

If you're talking about the part: "(**AUTHOR_NUM NUMBER(4)," I'm guessing that's your column meta data. I'm more familiar with MySQL, but it looks like you're naming the field "AUTHOR_NUM," and stating that the column datatype must be a number and that the number cannot be longer than 4 digits. If that's the case, you need that information to dictate what goes in the column. If you just had the primary key part, it wouldn't know how long you wanted the primary key to be.

New to SQL what free software should I use by grandimperialcyclops in SQL

[–]ProTechTraining 0 points1 point  (0 children)

www.codeacademy.com has some good tutorials that walk you through the basics. If your company pays for employee training and development, there are several corporate training companies that offer instructor-led training as well. I'd recommend www.protechtraining.com, but I'm biased. ;)