When you call a stored procedure, you can pass the parameters by position or by name.

a. true
b. false


Answer: a. true

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) You filter elements to produce a collection of results that match a condition—known as a predicate. b) LINQ extension method Where receives as its argument a Func delegate for a method that receives one argument and returns a bool indicating whether a given element should be included in the collection returned by Where. c) The OrderBy extension method receives as its argument a Func delegate representing a method that receives one parameter (an element in the collection) and returns a value that’s used to order the results. d) Calls to Where and OrderBy are tuned to execute immediately at high performance.

Computer Science & Information Technology

Why are exceptions particularly appropriate for dealing with errors produced by methods of classes in the Java API?

What will be an ideal response?

Computer Science & Information Technology

4. Create a SQLj project to retrieve student name and faculty name from STUDENT and FACULTY tables respectively. Use host variables declared in Java program and display retrieved rows. (Iterator problem)

What will be an ideal response?

Computer Science & Information Technology

What are the two functions of the 10Mbps Ethernet PMI sub-layer?

What will be an ideal response?

Computer Science & Information Technology