Tag: technology

Questions Related to technology

  1. Number functions

  2. Conversion functions

  3. Date Functions

  4. Compute functions


Correct Option: D
  1. Creation of a new table based off of the output of SELECT statements

  2. Return information from specific columns

  3. Return information from specific rows

  4. The combination of values in different tables


Correct Option: A
  1. Creation of a new table based off of the output of SELECT statements

  2. Return information from specific columns

  3. Return information from specific rows

  4. The combination of values in different tables


Correct Option: B,C,D
  1. Create another SELECT statement in a FROM clause

  2. Create a WHERE statement in an UPDATE clause.

  3. Create another SELECT statement in a HAVING clause.

  4. Create an ALTER statement in a SET clause


Correct Option: A,B,C
  1. The above code will not compile, Vector v is not initialized.

  2. The above code will compile and throw a Runtime Exception

  3. The above code will compile and not throw any Exception during runtime. V is initialized to null

  4. None of the Above.


Correct Option: A
  1. Float.POSITIVE_INFINITY

  2. Double.POSITIVE_INFINITY

  3. runtime Exception

  4. None of the Above


Correct Option: B