A. File servers
B. Database servers
C. Client servers
D. None of the mentioned
Explanation: SQL is a database language.
Related Mcqs:
- Which of the following presentation is explained in the following statement:”An extension of the distributed presentation approach, primary database and application logic remain on the server, and data sent by the server is used by the client to prepare the user presentation ” ?
A. Local Presentation
B. Distributed presentation
C. Remote presentation
D. All of the mentioned - What is used to pass SQL requests and associated data from one component to another ?
A. Client/server SQL interaction
B. Remote procedure calls
C. SQL Injection
D. All of the mentioned - _______________ is a way of providing functionality on a remote server with client access through a web browser?
A. SaaS
B. SOA
C. Configurability
D. Both SaaS and Configurability - “A client is assigned all user presentation tasks and the processes associated with data entry”.Which option supports the client’s situation ?
A. Distributed logic
B. Distributed presentation
C. Remote presentation
D. All of the mentioned - Which of the following term is best defined by the statement:”For a component to be composable, all external interactions must take place through publicly defined interfaces”?
A. Standardized
B. Independent
C. Composable
D. Documented - Which of the following is represented as an aspect that requests a login name and password ?
A. Class
B. Object
C. User authentication
D. All of the mentioned - Which test do you infer from the following statement: “The coordination and data management functions of the server are tested.” ?
A. Server tests
B. Application function tests
C. Transaction tests
D. Network communication tests - Which of the following term is best defined by the statement “In a distributed system, several processes may operate at the same time on separate computers on the network.”?
A. Concurrency
B. Openness
C. Resource sharing
D. Fault tolerance - Which of the following term is best defined by the statement:”The operations on each side of the interface have the same name but their parameter types or the number of parameters are different.” ?
A. Parameter incompatibility
B. Operation incompleteness
C. Operation incompatibility
D. None of the mentioned - Which of the following term is best defined by the statement:”When one object invokes another independent object, a message is passed between the two objects.” ?
A. Control couple
B. Application object
C. Data couple
D. Database object