Deck 15: Database Connectivity and Web Technologies

Full screen (f)
exit full mode
Question
The only time the client and server computers communicate is when the client requests a page and the server sends the requested page to the client.
Use Space or
up arrow
down arrow
to flip the card.
Question
The label "stateless system" indicates that, at any given time, there is an open communication line between the server and each client accessing it.
Question
Having a web-based database interface eliminates the design and implementation issues of a database system.
Question
When an end user uses a web browser to dynamically query a database, the client browser actually requests a web page from the web server.
Question
A client-side extension is a program that interacts directly with the web server to handle specific types of requests.
Question
The browser's interpretation and presentation capabilities are sufficient to develop web-based applications.
Question
The benefits of the web as a data access platform arise from its cross-platform functionality and the simplicity of its interface.
Question
The first line of an XML document represents the document declaration, and it is mandatory.
Question
HTML is designed to facilitate the extraction and manipulation of data from structured documents over the Internet.
Question
A plug-in is an external application that is automatically invoked by a web browser when needed.
Question
In the database query scenario, the web server generates the webpage contents before it sends the page to the client web browser.
Question
Extending the web server functionality implies that the web server and the web-to-database middleware will properly communicate with each other.
Question
An application programming interface (API) uses script files that perform specific functions based on the client's parameters that are passed to the web server.
Question
Database connectivity software is also known as database middleware because it interfaces between the application program and the database.
Question
A good API makes it easy to develop a program by providing all of the building blocks.
Question
The Common Gateway Interface (CGI) is a newer web server interface standard that is much more efficient and faster than a dynamic link library (DLL).
Question
A document type definition (DTD) can be referenced by many Extensible Markup Language (XML) documents of the same type.
Question
The use of HTML does not equip a web browser with computational abilities beyond formatting output text and accepting form field inputs.
Question
The effects of bad database design, implementation, and management are magnified in an environment in which the number of transactions is less than one hundred.
Question
Whether you purchase online or by standing in line, the system-level transaction details are essentially the same, and they require the same basic database structures and relationships.
Question
The main disadvantage of using CGI scripts is that:

A) they cause a resource bottleneck since they have to execute separately for each user request.
B) they are specific to the web server and to the operating system, thus being platform dependent.
C) an error in one script can damage and bring down the web server completely.
D) they do not have the capability to process forms or prepare outputs based on form data.
Question
Each time an end user clicks a hyperlink, the browser generates a(n) _____ page request that is sent to the designated web server using the TCP/IP Internet protocol.

A) HTML
B) XML
C) HTTP GET
D) API
Question
_____ is a higher-level, object-oriented application interface used to access remote database servers.

A) UDA
B) ODBC
C) DAO
D) RDO
Question
The ODBC API standard defines three levels of compliance: _____, Level-1, and Level-2, which provide increasing levels of functionality.

A) Elementary
B) Basic
C) Core
D) Level-0
Question
One of the advantages of _____ over other middleware is that it requires no configuration on the client side.

A) ODBC
B) JDBC
C) OLE-DB
D) ADO.NET
Question
_____ is a collection of technologies used to access any type of data source and manage the data through a common interface.

A) DAO
B) UDA
C) ODBC
D) OLE-DB
Question
You must use plug-ins and other client-side extensions to:

A) create an open communication line between a server and its clients.
B) eliminate the need for running external programs for each client request.
C) improve processing capabilities of a browser.
D) create dynamic web search pages.
Question
In the ADO.NET framework, the _____ is a disconnected, memory-resident representation of the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
Question
_____ is an object-oriented programming language developed by Sun Microsystems that runs on top of web browser software.

A) Visual Basic
B) Java
C) JavaScript
D) VBScript
Question
What is a disadvantage of using an API web-server interface?

A) It is slower than CGI scripts.
B) It is inefficient because it uses DLLs.
C) An external program needs to run for each user request.
D) An API error can bring down the entire web server.
Question
Which of the following is a well-defined web-server interface?

A) Common Gateway Interface
B) Tiny Internet Interface
C) Windows NT
D) Command Line Interface
Question
In the ADO.NET framework, the _____ object contains the actual SQL code or a stored procedure call to be run by the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
Question
In the ODBC architecture, a(n) _____ is in charge of managing all database connections.

A) ODBC API
B) DLL
C) ODBC driver
D) driver manager
Question
Which is a client-side extension?

A) ActiveX
B) ODBC
C) SQL*Net
D) TCP/IP
Question
Another name for a database server-side extension program is _____.

A) web server
B) web application middleware
C) web-to-database middleware
D) database application server
Question
The _____ is the most specialized object in the ADO.NET framework.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
Question
The web browser's job is to interpret the HTML code that it receives from a web server and to:

A) develop web-based applications.
B) display it in a standard formatted way.
C) perform immediate data entry validation.
D) extract details, such as order data, from it.
Question
A(n) _____ can use a shared connection to the database instead of creating a new one every time.

A) DLL
B) API
C) web browser
D) HTTP GET request
Question
Based on Microsoft's Component Object Model (COM), _____ is database middleware that adds object-oriented functionality for access to relational and nonrelational data.

A) MS-DB
B) OLE-DB
C) COM-DB
D) ODBC
Question
ODBC works on the _____ operating system.

A) Kronos
B) UNIX
C) Windows
D) Mac
Question
A(n) _____ is a unique name by which the data source will be known to ODBC, and therefore, to applications.
Question
Open Database Connectivity (ODBC), a superset of the SQL Access Group Call Level Interface (CLI), is implemented by _____.
Question
Using _____, you can extract data from an XML document and convert it into a text file.

A) XMLD
B) XSLT
C) DTD
D) XML schema
Question
_____ is a web application server that provides the ability to connect web servers to multiple data sources.

A) MS Access
B) ColdFusion/JRun
C) FoxPro
D) dBase
Question
_____ is a scripting language that allows web authors to design interactive sites.

A) Visual Basic
B) HTML
C) JavaScript
D) Java
Question
Which of the following is true of a web application server?

A) It is Microsoft's implementation of a superset of the SQL Access Group CLI standard for database access.
B) It is automatically invoked by the browser when needed.
C) It runs on the client machine, freeing server resources.
D) It provides security and authentication of users through user IDs and passwords.
Question
_____ code is embedded inside an HTML page and is activated by triggering events such as clicking on a link.

A) XML
B) SQL
C) Visual Basic
D) VBScript
Question
Which of the following is a characteristic of the XML metalanguage?

A) It is concerned with the way data are displayed.
B) It allows the definition of new tags.
C) You can use the // symbol for entering a comment in the XML document.
D) It can be used as a replacement of HTML.
Question
_____ provides a unified interface to access data from any programming language that uses the underlying OLE-DB objects.
Question
APIs are faster than _____ scripts because the code resides in memory and there is no need to run an external program for each request.
Question
_____ is an application programming interface that allows a Java program to interact with a wide range of data sources (relational databases, tabular data sources, spreadsheets, and text files).
Question
In the context of OLE-DB, a(n) _____ is an object (application or process) that requests and uses data.
Question
The _____ is an advanced data definition language that is used to describe the structure of XML data documents.

A) XHTML
B) HTML schema
C) DTD
D) XML schema
Question
Every XML document has a _____.

A) root element
B) base tag
C) schema
D) DTD
Question
_____ webpages are at the heart of current generation websites.
Question
A(n) _____ file provides the composition of the database's logical model and defines the syntax rules for an XML document.

A) XMLD
B) XHTML
C) DTD
D) meta
Question
In the OLE-DB model, the _____ acts like a data consumer of the data provider and as a data provider for the data consumer (end-user application).
Question
ODBC, OLE-DB, and ADO.NET form the backbone of the _____ architecture.
Question
A(n) _____ is a program written in a programming language that is not compiled, but is interpreted and executed at run time.
Question
Among client-side extensions, _____ is a Microsoft specification for writing programs that run inside the Internet Explorer browser.

A) COBOL
B) ActiveX
C) JavaScript
D) Visor.Net
Question
XML is derived from the _____, an international standard for the publication and distribution of highly complex technical documents.
Question
What are the main types of objects in the OLE-DB model? Explain.
Question
Regardless of the type of web server interface used, a web-to-database _____ program must be able to connect with a database.
Question
A DBMS that supports _____ exchanges can integrate with external systems such as the web, mobile data, and legacy systems, thus enabling the creation of new types of systems.
Question
What are the components in the basic ODBC architecture?
Question
XML tags must be well formed, that is, each opening tag must have a corresponding _____ tag.
Question
To prevent the server from performing all data validation, _____ data input validation is one of the most basic requirements for web applications.
Question
A(n) _____ provides limited additional semantic value to XML, such as data type support or data validation rules.
Question
What is JavaScript? How is JavaScript code activated?
Question
A web _____ server is a middleware application that expands the functionality of web servers by linking them to a wide range of services.
Question
XML is used to create _____, or vocabularies for entire industries.
Question
_____ refer to a cloud computing-base data management service that provides relational data storage, access, and management to companies of all sizes without the typical high costs of in house hardware, software, infrastructure, and personnel.
Question
What is a server-side extension? Explain.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/73
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 15: Database Connectivity and Web Technologies
1
The only time the client and server computers communicate is when the client requests a page and the server sends the requested page to the client.
True
2
The label "stateless system" indicates that, at any given time, there is an open communication line between the server and each client accessing it.
False
3
Having a web-based database interface eliminates the design and implementation issues of a database system.
False
4
When an end user uses a web browser to dynamically query a database, the client browser actually requests a web page from the web server.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
5
A client-side extension is a program that interacts directly with the web server to handle specific types of requests.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
6
The browser's interpretation and presentation capabilities are sufficient to develop web-based applications.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
7
The benefits of the web as a data access platform arise from its cross-platform functionality and the simplicity of its interface.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
8
The first line of an XML document represents the document declaration, and it is mandatory.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
9
HTML is designed to facilitate the extraction and manipulation of data from structured documents over the Internet.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
10
A plug-in is an external application that is automatically invoked by a web browser when needed.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
11
In the database query scenario, the web server generates the webpage contents before it sends the page to the client web browser.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
12
Extending the web server functionality implies that the web server and the web-to-database middleware will properly communicate with each other.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
13
An application programming interface (API) uses script files that perform specific functions based on the client's parameters that are passed to the web server.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
14
Database connectivity software is also known as database middleware because it interfaces between the application program and the database.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
15
A good API makes it easy to develop a program by providing all of the building blocks.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
16
The Common Gateway Interface (CGI) is a newer web server interface standard that is much more efficient and faster than a dynamic link library (DLL).
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
17
A document type definition (DTD) can be referenced by many Extensible Markup Language (XML) documents of the same type.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
18
The use of HTML does not equip a web browser with computational abilities beyond formatting output text and accepting form field inputs.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
19
The effects of bad database design, implementation, and management are magnified in an environment in which the number of transactions is less than one hundred.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
20
Whether you purchase online or by standing in line, the system-level transaction details are essentially the same, and they require the same basic database structures and relationships.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
21
The main disadvantage of using CGI scripts is that:

A) they cause a resource bottleneck since they have to execute separately for each user request.
B) they are specific to the web server and to the operating system, thus being platform dependent.
C) an error in one script can damage and bring down the web server completely.
D) they do not have the capability to process forms or prepare outputs based on form data.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
22
Each time an end user clicks a hyperlink, the browser generates a(n) _____ page request that is sent to the designated web server using the TCP/IP Internet protocol.

A) HTML
B) XML
C) HTTP GET
D) API
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
23
_____ is a higher-level, object-oriented application interface used to access remote database servers.

A) UDA
B) ODBC
C) DAO
D) RDO
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
24
The ODBC API standard defines three levels of compliance: _____, Level-1, and Level-2, which provide increasing levels of functionality.

A) Elementary
B) Basic
C) Core
D) Level-0
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
25
One of the advantages of _____ over other middleware is that it requires no configuration on the client side.

A) ODBC
B) JDBC
C) OLE-DB
D) ADO.NET
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
26
_____ is a collection of technologies used to access any type of data source and manage the data through a common interface.

A) DAO
B) UDA
C) ODBC
D) OLE-DB
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
27
You must use plug-ins and other client-side extensions to:

A) create an open communication line between a server and its clients.
B) eliminate the need for running external programs for each client request.
C) improve processing capabilities of a browser.
D) create dynamic web search pages.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
28
In the ADO.NET framework, the _____ is a disconnected, memory-resident representation of the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
29
_____ is an object-oriented programming language developed by Sun Microsystems that runs on top of web browser software.

A) Visual Basic
B) Java
C) JavaScript
D) VBScript
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
30
What is a disadvantage of using an API web-server interface?

A) It is slower than CGI scripts.
B) It is inefficient because it uses DLLs.
C) An external program needs to run for each user request.
D) An API error can bring down the entire web server.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following is a well-defined web-server interface?

A) Common Gateway Interface
B) Tiny Internet Interface
C) Windows NT
D) Command Line Interface
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
32
In the ADO.NET framework, the _____ object contains the actual SQL code or a stored procedure call to be run by the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
33
In the ODBC architecture, a(n) _____ is in charge of managing all database connections.

A) ODBC API
B) DLL
C) ODBC driver
D) driver manager
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
34
Which is a client-side extension?

A) ActiveX
B) ODBC
C) SQL*Net
D) TCP/IP
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
35
Another name for a database server-side extension program is _____.

A) web server
B) web application middleware
C) web-to-database middleware
D) database application server
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
36
The _____ is the most specialized object in the ADO.NET framework.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
37
The web browser's job is to interpret the HTML code that it receives from a web server and to:

A) develop web-based applications.
B) display it in a standard formatted way.
C) perform immediate data entry validation.
D) extract details, such as order data, from it.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
38
A(n) _____ can use a shared connection to the database instead of creating a new one every time.

A) DLL
B) API
C) web browser
D) HTTP GET request
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
39
Based on Microsoft's Component Object Model (COM), _____ is database middleware that adds object-oriented functionality for access to relational and nonrelational data.

A) MS-DB
B) OLE-DB
C) COM-DB
D) ODBC
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
40
ODBC works on the _____ operating system.

A) Kronos
B) UNIX
C) Windows
D) Mac
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
41
A(n) _____ is a unique name by which the data source will be known to ODBC, and therefore, to applications.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
42
Open Database Connectivity (ODBC), a superset of the SQL Access Group Call Level Interface (CLI), is implemented by _____.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
43
Using _____, you can extract data from an XML document and convert it into a text file.

A) XMLD
B) XSLT
C) DTD
D) XML schema
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
44
_____ is a web application server that provides the ability to connect web servers to multiple data sources.

A) MS Access
B) ColdFusion/JRun
C) FoxPro
D) dBase
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
45
_____ is a scripting language that allows web authors to design interactive sites.

A) Visual Basic
B) HTML
C) JavaScript
D) Java
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
46
Which of the following is true of a web application server?

A) It is Microsoft's implementation of a superset of the SQL Access Group CLI standard for database access.
B) It is automatically invoked by the browser when needed.
C) It runs on the client machine, freeing server resources.
D) It provides security and authentication of users through user IDs and passwords.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
47
_____ code is embedded inside an HTML page and is activated by triggering events such as clicking on a link.

A) XML
B) SQL
C) Visual Basic
D) VBScript
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
48
Which of the following is a characteristic of the XML metalanguage?

A) It is concerned with the way data are displayed.
B) It allows the definition of new tags.
C) You can use the // symbol for entering a comment in the XML document.
D) It can be used as a replacement of HTML.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
49
_____ provides a unified interface to access data from any programming language that uses the underlying OLE-DB objects.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
50
APIs are faster than _____ scripts because the code resides in memory and there is no need to run an external program for each request.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
51
_____ is an application programming interface that allows a Java program to interact with a wide range of data sources (relational databases, tabular data sources, spreadsheets, and text files).
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
52
In the context of OLE-DB, a(n) _____ is an object (application or process) that requests and uses data.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
53
The _____ is an advanced data definition language that is used to describe the structure of XML data documents.

A) XHTML
B) HTML schema
C) DTD
D) XML schema
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
54
Every XML document has a _____.

A) root element
B) base tag
C) schema
D) DTD
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
55
_____ webpages are at the heart of current generation websites.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
56
A(n) _____ file provides the composition of the database's logical model and defines the syntax rules for an XML document.

A) XMLD
B) XHTML
C) DTD
D) meta
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
57
In the OLE-DB model, the _____ acts like a data consumer of the data provider and as a data provider for the data consumer (end-user application).
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
58
ODBC, OLE-DB, and ADO.NET form the backbone of the _____ architecture.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
59
A(n) _____ is a program written in a programming language that is not compiled, but is interpreted and executed at run time.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
60
Among client-side extensions, _____ is a Microsoft specification for writing programs that run inside the Internet Explorer browser.

A) COBOL
B) ActiveX
C) JavaScript
D) Visor.Net
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
61
XML is derived from the _____, an international standard for the publication and distribution of highly complex technical documents.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
62
What are the main types of objects in the OLE-DB model? Explain.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
63
Regardless of the type of web server interface used, a web-to-database _____ program must be able to connect with a database.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
64
A DBMS that supports _____ exchanges can integrate with external systems such as the web, mobile data, and legacy systems, thus enabling the creation of new types of systems.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
65
What are the components in the basic ODBC architecture?
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
66
XML tags must be well formed, that is, each opening tag must have a corresponding _____ tag.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
67
To prevent the server from performing all data validation, _____ data input validation is one of the most basic requirements for web applications.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
68
A(n) _____ provides limited additional semantic value to XML, such as data type support or data validation rules.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
69
What is JavaScript? How is JavaScript code activated?
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
70
A web _____ server is a middleware application that expands the functionality of web servers by linking them to a wide range of services.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
71
XML is used to create _____, or vocabularies for entire industries.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
72
_____ refer to a cloud computing-base data management service that provides relational data storage, access, and management to companies of all sizes without the typical high costs of in house hardware, software, infrastructure, and personnel.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
73
What is a server-side extension? Explain.
Unlock Deck
Unlock for access to all 73 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 73 flashcards in this deck.