Client-server database Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What do client-server database work?

A

The client–server database is a multi-user system that allows several clients to access the database simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

How does a client-sever model work?

A

The client–server database model has become one of the central ideas of network computing. The database is installed and maintained on a server and the client is considered to be a user who accesses the database from one of many workstations on the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does database management system (DBMS) software application designed do?

A

to interact with database users
* to capture, extract and analyse data
* to interact with other software applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is DBMS used to create?

A

DBMS software is used to create a database, capture, select and retrieve data, as well as exchanging data with other applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is database structure used to create?

A
  • A database structure can be created including linking tables to form relationships and to create a user interface to access the elements of the database. Many DBMS systems automatically create documentation for the system.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DBMS - What are tables used for?

A

Tables are used to store data which can be captured by a data entry form or by importing data from another database in a range of formats, such as CSV files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DBMS - What are queries used for?

A

Queries are mainly used to retrieve specific data from a table or tables; where this data is stored in more than one table a complex query will process the data into a single datasheet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DBMS - What are reports used for?

A

Reports are used to summarise and present the data that is in the tables. A report is usually required for a specific issue, such as ‘list details for each customer account this month

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does a DBMS system follow?

A

Provides for a centralised automatic backup of the system.
* Assign different types of database user with associated access rights.
* Provide logon and password facilities for users.
* Update of DBMS programs and development of associated software tools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an advantage of DMBS?

A

In a DBMS the data is separated from the applications that access it, so programs work independently of the data; the main advantage of this is that database administrators can modify the software tools that control the database, but the data will remain unchanged by these programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly