How to prepare for my first Database Job?
-
I have just been hired for the first time to work as a junior database administrator. The job will include a years training but i was wondering how i could best prepare for the job as ...show more
-
Answer:
1) Have at least working knowledge of the main categories of SQL: DDL (Database Definition Language): CREATE, ALTER, DROP DML (Database Manipulation Language): SELECT, INSERT, UPDATE, DELETE DCL (Database Control Language): GRANT, REVOKE Transactional: BEGIN TRANSACTION, COMMIT 2) Be familiar with whatever scripting language is used by the DBMS(s) you'll be working with. The likely suspects: T-SQL for SQL Server PL/SQL for Oracle 3) At least grasp the idea in advanced concepts: Various types of joins and their differences (INNER, LEFT/RIGHT/FULL OUTER) The two types of unions (UNION, UNION ALL) Subqueries (regular and correlated) and their pros and cons Indexing and when to create temporarily as opposed to retaining indefinitely Triggers, stored procedures and user-defined functions (plus the differences and pros/cons of each) 4) EXPLAIN and any available alternatives (Query Analyzer, etc.) - what they do and how to interpret them 5) Additional applications available (for example, SQL Server's SSIS, SSRS, etc.)
E2RFJ46EOMIGWMAV2ZP33VDLXA at Yahoo! Answers Visit the source
Other answers
Go over SQL again including stored procedures. Download SQL server and set up a database yourself, maybe even connect it to Microsoft WebMatrix and try making yourself a data driven website. Good luck!
Suspended user
Just be prepared to learn about everything you don't know much about - which sounds like it can be a bit. The general theory is going to be different than how the DB is implemented.
Suspended user
Try to find from google as per your job details
Suspended user
Related Q & A:
- How To Prepare For Pharmaceutical Quality Job Interview?Best solution by ehow.com
- Where is my Code First database?Best solution by Stack Overflow
- How do I get my first job?Best solution by Yahoo! Answers
- What to do on a first time job at McDonald's?Best solution by Yahoo! Answers
- How can I prepare for all types of job interviews?Best solution by money.usnews.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.