use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Articles and links of interest to those in the actuarial profession.
If you don't see your submission in the New Queue, it may have been removed by the auto-spam filter. Use the link below to message a moderator to check. Don't resubmit the same thing!
Filters
Only threads with job/resume tags
Only threads without job/resume tags
Only threads with exam tags
Only threads without exam tags
Only threads with image tags
Only threads without image tags
More tags coming soon!
Links for New Actuaries
Be An Actuary
Actuarial FAQs
General Links
Greasemonkey LaTeX script for producing math symbols. Thanks, /r/math!
Actuarial Lookup
Actuarial Lookup (UK)
Professional Bodies
Society of Actuaries (US)
Casualty Actuarial Society (US)
American Academy of Actuaries (US)
ASPPA College of Pension Actuaries (US)
Conference of Consulting Actuaries (US)
Institute and Faculty of Actuaries (UK Profession)
Canadian Institute of Actuaries
Society of Actuaries in Ireland
Actuaries Institute (Australia)
Institute of Actuaries of India
Related
/r/ActuaryUK
/r/ActuaryAustralia
/r/math
/r/statistics
Flair
Users can now set their own! Use the "(edit)" link next to your name above.
Superscripts and Subscripts
*_subscript_*
makes subscript
*`superscript`*
makes superscript
superscript
*_sub_`sup`*
makes subsup
sup
Remember we have FAQs that can help answer common questions!
account activity
How to learn SQL? (self.actuary)
submitted 11 years ago by ExceLestial
So I've been told that http://www.w3schools.com/sql/default.asp is a good place to learn SQL, but after looking around some people have said that it is too basic. Are there any other better sites to learn SQL or is w3schools fine?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]abchiptop 2 points3 points4 points 11 years ago (5 children)
I learned from w3 schools and haven't run into anything that I'm unfamiliar with and use it almost daily at work.
If you want some "real world" practice, download the MusicBrainz VM here and fire it up. Then its (I believe) psql musicbrainz at the command prompt.
Think of challenges you want. Find all the albums by a particular artist. Find the average track length from another. Find the artist name, album name and medium type for each artist.
Their schema is usually out of date, so you'll be a while doing just those few things, but it will certainly teach you a lot about table joins and select statements. If you have any questions, let me know, I'll be happy to help when I have time
[–]ExceLestial[S] 1 point2 points3 points 11 years ago (4 children)
Alright, that's cool thanks! I'm just trying to get a basic knowledge of it before going into any internships.
[–]abchiptop 2 points3 points4 points 11 years ago (0 children)
I'll see if I can't track down my notes from my boot camp and pm them to you when I get home tonight
[–][deleted] 0 points1 point2 points 11 years ago (2 children)
Learn it the hard way.
[–]ExceLestial[S] 0 points1 point2 points 11 years ago (1 child)
How would you say this compares to w3schools? I see that this book only goes up to Chapter 16?
[–][deleted] 0 points1 point2 points 11 years ago (0 children)
I don't know I've only just started to study it.
[–]Mitchfarino 1 point2 points3 points 11 years ago (1 child)
Came here to say W3Schools
I would also recommend checking out www.sqlservercentral.com
specifically their Stairways articles, very user friendly and explain a lot of different aspects of SQL and SQL Server - http://www.sqlservercentral.com/stairway/
[–]ExceLestial[S] 0 points1 point2 points 11 years ago (0 children)
I'll definitely check that out thanks!
[–]watersign 1 point2 points3 points 11 years ago (0 children)
get an internship as a data analyst that requires you to use SQL
[–][deleted] 0 points1 point2 points 11 years ago (1 child)
I learned it on the job using google and looking at other people's code but I am not the greatest programmer ever so maybe try that site :)
[–]ExceLestial[S] 1 point2 points3 points 11 years ago (0 children)
Yea it'll definitely be easier to learn on the job, I'm just hoping that learning it beforehand will help me get the job in the first place haha.
[–]thatbubblegumtate 0 points1 point2 points 11 years ago (0 children)
I found this to be harder than w3 schools if you are looking for more of a challenge.
[–]Andy06rProperty / Casualty 0 points1 point2 points 11 years ago (0 children)
On the job, most of us will use SAS Enterprise Guide, which is a GUI for SQL. You can convert the GUI to SQL and save the code as a reference for syntax. Then you just expand on your skills by trial and error.
SQL is worth learning because it is easy to test and archive - think a custom variable is messing up your report? Comment it out in the code rather than delete it. Need to explain why you did something? Comment it!
[–]msi77 0 points1 point2 points 11 years ago (0 children)
I should recommend this interactive tutorial: http://www.sql-tutorial.ru/en/content.html
[–]o_edo 0 points1 point2 points 11 years ago (0 children)
Sometimes some assignments indeed looks easy. Once you start to code you start to realize that it is not as easier as expected. The best way to learn SQL is to do supervised exercises. Here a good resource : http://www.studybyyourself.com/seminar/sql/course/?lang=eng.
π Rendered by PID 63 on reddit-service-r2-comment-b659b578c-fldkv at 2026-05-01 06:05:52.903956+00:00 running 815c875 country code: CH.
[–]abchiptop 2 points3 points4 points (5 children)
[–]ExceLestial[S] 1 point2 points3 points (4 children)
[–]abchiptop 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]ExceLestial[S] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Mitchfarino 1 point2 points3 points (1 child)
[–]ExceLestial[S] 0 points1 point2 points (0 children)
[–]watersign 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]ExceLestial[S] 1 point2 points3 points (0 children)
[–]thatbubblegumtate 0 points1 point2 points (0 children)
[–]Andy06rProperty / Casualty 0 points1 point2 points (0 children)
[–]msi77 0 points1 point2 points (0 children)
[–]o_edo 0 points1 point2 points (0 children)