Tag: databases

Questions Related to databases

  1. Add new rows to a table

  2. Modify existing rows of a table

  3. Remove existing rows from a table

  4. All of the above


Correct Option: D
  1. Insert to table tablename (….);

  2. Insert into table tablename (….);

  3. Insert into table tablename values (…..);

  4. Any one of the above


Correct Option: C
  1. Date

  2. Sysdate

  3. Current Date

  4. System Date


Correct Option: B
  1. Projection

  2. Selection

  3. Join

  4. All of the above


Correct Option: D