10Serverside scripting to the client 11Localhost is the th
10-Server-side scripting ______________ to the client.
11-Localhost is the ______________ that always refers to the local computer.
12-SQL is ________________________
13-A relational database table consists of _______________ and ____________________.
14-One-to-many relationship means ___________________________________________________
___________________________________________________________________.
15-One-to-one relationship means ___________________________________________________
___________________________________________________________________.
16-The SQL keyword ASC means ______________________________________________.
17-The SQL keyword DESC means ______________________________________________.
18-A service is self-____________ , modular, interoperable, discoverable, and dynamically bound.
19-A ______________ is a software system designed to support interoperable machine-to- machine interaction over a network.
20-Three examples of should have web service security are using Authorization, Integrity of transactions and communications, and _______________________________________.
21-The ____________________ type of web service came before the REST (Representational State Transfer) web server.
22-Two Microsoft developed types of web services are ____________________ and ________________________.
Solution
12-SQL is Structured Query Language
13-A relational database table consists of rows and columns.
14-One-to-many relationship means One parent record contains one or more child records
15-One-to-one relationship means One parent record contains one child record
16-The SQL keyword ASC means Ascending order.
17-The SQL keyword DESC means Descending order.
18-A service is self-contained , modular, interoperable, discoverable, and dynamically bound.
19-A Web-Service is a software system designed to support interoperable machine-to- machine interaction over a network.
20-Three examples of should have web service security are using Authorization, Integrity of transactions and communications, and Confidentiality, privacy
21-The SOAP type of web service came before the REST (Representational State Transfer) web server.
22-Two Microsoft developed types of web services are XML Web Services and Windows Web Services
