rht wrote: » i am sorry let me rephrase Do i need advanced knowledge of SQL in order to Administer databases using mySQL, posgresql, Oracle, MSSQL? Vasyvasy i dont want to create databases!!!
RobertKaucher wrote: » You will never get a job as a DBA if you don't know the fundamentals of the SQL languages that the RDBMSes use. It seems to me that what you are asking is what is the minimum of knowledge you can have to be able to add MySQL as a skill on your resume. I would say check on a few sites that have example MySQL interview questions. Learn as much as you can based on them and then do not be surprised when you get torn apart on the technical interview.
CarlSaiyed wrote: » You are correct in that the tasks that a SQL developer will have can be very different from the tasks that a DBA. However, a DBA will generally need to know at least the basics of SQL (What you will learn in Head First SQL) because often times some settings can only be accessed via SQL. Additionally, a lot of what would be manual work via UI can be automated via SQL - usually by a DBA. Lastly, understanding SQL will help a lot when troubleshooting different problems like slow queries. You don't need to be a SQL developer to be a DBA but you should IMO have exposure to the basics.
rht wrote: » I am not trying to become a DBA, however i am getting certified towards becoming a system/network admin. The point is many jobs are asking for a system admin with MCSA, CCNA and MySQL knowledge. I have never come across someone with all this combination but i have seen MCSA, CCNA and RHCA together which i prefer (LINUX over DBA). What i understand is that DBA is a different track to Server/Network administration, correct??