SQL Database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 35

SQL Database

Hi, I have zero knowledge about SQL. I will be given a position as a Jr. Database Admin. in 3 months time. Where should I start to understand how this works? Which software should I download and use?

21st Sep 2017, 11:49 PM
Caleb Laus
Caleb Laus - avatar
51 Answers
+ 48
Hi, first, congratulations! with minimum knowledge you are very lucky being given a chance, even as Jr. DBA. I hope I get you right, you will start in three months from now? I think you have a chance, just ensure no time is wasted. I would recommend you to learn SQL practices, hand written preferably, so to get yourself familiar with the language, there are of course "wizards" tools for simplifying the tasks, but using tools you learn less, I made that mistake, though I was then using MS Sql Server instead of MySql. Don't push too far, you'll never master the language in short time, even those who do that work never stop learning, learn the basics, like how you do backup/restore, standard DDL & DML, stored procedures etc. (Edit) What I meant hand written is practice to write SQL scripts, not necessarily by hand, on paper :+) Hth, best of luck!
22nd Sep 2017, 3:45 AM
Ipang
+ 13
@Caleb The roles of a DBA vary from organization to organization. But the following list shows the primary activities that many DBAs are charged with: Back up and recover the database. Install and configure Oracle software. Create new databases. Design the database schema and create any necessary database objects. Formulate optimal application SQL. Ensure database security is implemented to safeguard the data. Work closely with application developers and system administrators to ensure all database needs are being met. Apply patches or upgrades to the database as needed.
27th Sep 2017, 7:00 AM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 12
Fake it til you make it! Seriously, I would install XAMPP and find simple, introductory YouTube vids to learn the basics. if you have three months then I recommend no fewer than two hours of hard work per day, with one day of eight hours and one day off per week. Also, if you live near a college, go make friends at the lab. I'm not saying crash a class, but many places like labs and libraries won't say a word if you look and act like you belong. Find like-minded people who want to practice and learn. Good luck, now get to work!
22nd Sep 2017, 5:44 PM
Joe Hartlaub
Joe Hartlaub - avatar
+ 8
heh, as a senior DB developer, believe me, you dont need to master SQL for dba jr. position. Download MS SQL Express edition and go through all main settings, using books online (msdn) for reference. You need to know security basics (two-level security architecture, credentials, granting permissions). You need to know storage details- mdf, ldf files, mounting, transaction log and temp DB configuration. Autogrowth settings. You need to know backup procedures, simple mode and full recovery. Also learn about activity monitor/extended events to identify head blockers and long and expensive queries. Also DB maintanance is important - index rebuilding or recreating and statistics maintanance. Do not forget starting, stopping and restarting DB services in operational system. That is your road map what to learn, at least you should know basic principles of these tasks.
23rd Sep 2017, 5:02 PM
benettnash
+ 7
hello, I do not want to be negative, but in three months you will lack experience. you have to think with the code. you can use SQL manager is easy to use and very intuitive. "If you want to play the last card and bet everything, I support you, but remember that in this, you never finish learning"
22nd Sep 2017, 2:16 AM
Emanuel Torres
Emanuel Torres - avatar
+ 7
you land a job without any knowledge in sql? amazibg! only few company accepts inexperience applicant! but you know, in the previous company I worked in, I have encountered a lot of employees who works as a dba but no experience yet. and they learned! because experience is the best teacher :) I started as a vb programmer without knowledge in programming. but everyday, I am learning. and curiousity really helps! as long as you have access to google, you can survive. It's hard to understand by just reading but I suggest that you start with the basic. like select, update, delete. You have to know what is a table, a column, a row, a datatype. Start with those :)
23rd Sep 2017, 2:03 AM
Kristal Kamatoy
Kristal Kamatoy - avatar
+ 7
@Ipang dang why you leave IT field man. what you do now? ๐Ÿ˜‚ and yeah its relevant cuz it will give him an idea whats he getting into.
24th Sep 2017, 4:26 AM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 7
@Ipang dang,well best of luck with cookies man ๐Ÿ‘๐Ÿ‘
24th Sep 2017, 4:53 AM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 6
Sql is very easy language you can learn it easily within 15 days. All keywords or command are mostly related to our common English language. If you can understand english well you can go and watch newbostom tutorials on YouTube. The tutuor bucky Roberts has done a fantastic job. Watch all the tutorials All the best.
23rd Sep 2017, 10:25 AM
Ankit Kumain
Ankit Kumain - avatar
+ 6
Congrats for the job man ๐Ÿ‘๐Ÿ‘ from what I know about database subject,you will have to learn few basic things aka roles of a dba (see roles of DBA on google) know basics of SQL (insert,delete,update,priviliges grant/revoke,making users and knowing some security threats and counter measures etc. If you cover up that for starters,you will do great. PS : database is a vast so take your time learning. All the best ๐Ÿ‘
23rd Sep 2017, 2:00 PM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 6
And another +1 for that! but I personally did experience a security breach due to the use of root for production by a junior, it was a nightmare, honestly, had to spend hours Googling on restarting the server skipping privilege check, remove & recreate new root etc. Never will I forget that day :) Thanks for sharing the points, really cool!
23rd Sep 2017, 2:28 PM
Ipang
+ 6
if you got the position under those circumstances, you'll get the language, amigo. just study and practice, and you'll win. congo btw.
24th Sep 2017, 12:51 AM
Kustaa
+ 6
@Claudio ERD is one of most annoying things I ever seen ๐Ÿ˜‚
24th Sep 2017, 1:25 AM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 6
@Ipang hope you wont have to go through that again ๐Ÿ˜‚and best of luck.
24th Sep 2017, 2:14 AM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 6
@A Penguin, thanks, no worries, I'm not on IT related work anymore now, yet, there's a lesson learned by the nightmare after all. Best of luck for you too mate :)
24th Sep 2017, 2:22 AM
Ipang
+ 5
3 months is enough time if you dont slack off and practice every day remmber sql is easy its not like you are learning haskell or something
22nd Sep 2017, 7:47 PM
Inkosi
Inkosi - avatar
+ 5
@ipang there are still lots of points like backup and recovery,database auditing that need to be mentioned but they show up later on ๐Ÿ˜‚and thanks
23rd Sep 2017, 2:12 PM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 5
@Ipang that would be sql server,mysql and sql server arent same though ๐Ÿ˜‚ @Victor to what @ipang said, sql is language and my mysql is RDBMS
24th Sep 2017, 1:23 AM
Mubashir Ahmed
Mubashir Ahmed - avatar
+ 5
@A Penguin, yes of course mate, but my nightmare happened on MySQL, was just pointing out the importance of privilege & security, as you said before ;)
24th Sep 2017, 1:55 AM
Ipang
+ 4
@A Penguin, +1 on the privilege and security points, you're absolutely right! *thumbsup*
23rd Sep 2017, 2:09 PM
Ipang