-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathDatabase_Administrator.php
146 lines (116 loc) · 7.29 KB
/
Database_Administrator.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?php
// Initialize the session
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<?php include 'header.php'?>
<!-- Hero-area -->
<div class="hero-area section">
<!-- Backgound Image -->
<div class="bg-image bg-parallax overlay" style="background-image:url(./img/bgc2.jpg); " ></div>
<!-- /Backgound Image -->
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center">
<ul class="hero-area-tree">
<li><a href="main.php">Home</a></li>
<li><a href="blog.php">Knowledge Network</a></li>
<li>Database Administrator</li>
</ul>
<h1 class="white-text">Database Administrator</h1>
</div>
</div>
</div>
</div>
<!-- /Hero-area -->
<!-- Blog -->
<div id="blog" class="section">
<!-- container -->
<div class="container">
<!-- row -->
<div class="row">
<!-- main blog -->
<div id="main" class="col-md-9">
<!-- blog post -->
<div class="blog-post" style= "text-align:justify; ">
<h2>Job Description</h2>
<!-- row -->
<div class="row">
<p style="font-size:16px;" >Database administrators (DBAs) design, write and take care of computer database systems so that the right person can get the information they need at the right time.</p>
<p style="font-size:16px;">Database administrators or managers create and maintain databases compatible with their companies’ needs. These information technology (IT) professionals oversee database updates, storage, security, and troubleshooting.</p>
<p style="font-size:16px;">Database administrators also back up, restore, and troubleshoot database sets and system access, updating and integrating old programs to implement the latest technology.Database administrators need at least a bachelor’s degree in information science or computer science for most entry-level positions. Depending on the size and complexity of their company or governing body, these professionals may need a master’s degree in database administration or information technology. All database administrators need fundamental knowledge of structured query language (SQL) and software vendor certifications.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Skills required</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Good communication, teamwork and negotiation skills</li>
<li><b>2. </b>Familiarity with the main data manipulation languages and the principles of database design</li>
<li><b>3. </b>The ability to work to tight deadlines under pressure</li>
<li><b>4. </b>Basic understanding of disaster recovery and database backup procedures</li>
<li><b>5. </b>A willingness to keep up to date with developments in new technology</li>
<li><b>6. </b>An understanding of information legislation, such as the Data Protection Act.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Educational Requirements</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Bachelor’s Degree in Computer Science or Computer Engineering</li>
<li><b>2. </b>Advanced knowledge of database structure and theory</li>
<li><b>3. </b>Experience with MySQL and MSSQL</li>
<li><b>4. </b>All database administrators need fundamental knowledge of structured query language (SQL) and software vendor certifications.</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Duties and Responsibilities</h2>
<ol style="font-size:16px;">
<li><b>1. </b>Establish the needs of users and monitor user access and security</li>
<li><b>2. </b>Monitor performance and manage parameters in order to provide fast responses to front-end users</li>
<li><b>3. </b>Map out the conceptual design for a planned database</li>
<li><b>4. </b>Consider both back-end organisation of data and front-end accessibility for end-users</li>
<li><b>5. </b>Further refining the physical design to meet system storage requirements</li>
<li><b>6. </b>Install and test new versions of the database management system (DBMS)</li>
<li><b>7. </b>Develop, manage and test back-up and recovery plans</li>
<li><b>8. </b>Work closely with IT project managers, database programmers and multimedia programmers</li>
</ol>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Salary</h2>
<p style="font-size:16px;">An entry-level Database Administrator (DBA) with less than 1 year experience can expect to earn an average total compensation (includes tips, bonus, and overtime pay) of ₹290,248 based on 65 salaries. An early career Database Administrator (DBA) with 1-4 years of experience earns an average total compensation of ₹415,224 based on 628 salaries. A mid-career Database Administrator (DBA) with 5-9 years of experience earns an average total compensation of ₹837,670 based on 313 salaries. An experienced Database Administrator (DBA) with 10-19 years of experience earns an average total compensation of ₹1,350,361 based on 91 salaries. In their late career (20 years and higher), employees earn an average total compensation of ₹1,084,793.</p>
</div>
<!-- /row -->
<!-- row -->
<div class="row">
<h2>Companies offering Database Administrator role</h2>
<ol style="font-size:16px;">
<li><b>1. IBM </b> </li>
<li><b>2. Dell Technologies </b></li>
<li><b>3. Intel Corporation</b></li>
<li><b>4. Tata Consultancy Services</b></li>
<li><b>5. Accenture</b></li>
<li><b>6. Amazon</b></li>
<li><b>7. Capgemini</b></li>
<li><b>8. Oracle</b></li>
</ol>
</div>
<!-- /row -->
</div>
<!-- /blog post -->
</div>
<!-- /main blog -->
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- /Blog -->
<?php include 'footer.php'?>
</html>