FeedBack Form

Your Name :
Your Email :
Your Location :
Your Message :
   
FeedBack

SQL INTERVIEW QUESTIONS & ANSWERS

Follow Us
 
21. What is merge statement?
  The Merge statement is used to update a record in the table by using a new record based on a condition.
  Posted by Sibaprasadpatra. (Mar 08, 2014)
 

Merge statement is used for mixing up two data or table based on a condition.

Your Name Your Email-ID
Your Answer
 
22. How to merge rows into a table?
  The Merge statement is used to both update and insert rows in a table. The Merge statement has a join specification that describes how to determine if an update or insert should be executed.
Your Name Your Email-ID
Your Answer
 
23. What is synonym?
  A synonym is a database object, which is used as an alias (alternative names) for a table, view or sequence.
  • They are used to simplify SQL statements
  • Hide the name and owner of an object
  • Provide location transparency for remote objects of a distributed database
  • Provide public access to an object
  • Synonym can either be private or public.
  Posted by Ibrahim. (Oct 09, 2013)
 

Synonyms is a alias for database.

Your Name Your Email-ID
Your Answer
 
24. What is Data files?
  Data files contains all the User's data and Oracle’s data dictionary. A data file can be associated with only one database. Database files can have certain characteristics set to allow them to automatically extend when the database runs out of space.
  Posted by Sandeep. (Nov 05, 2013)
 

Data files which contains the actual information of the database. database can have one or more datafile and datafile should be only one database.

  Posted by Ibrahim. (Oct 09, 2013)
 

Oracle database has one or more datafiles. It can access only one database. Once you create the database we cannot change the size of datafiles.

Your Name Your Email-ID
Your Answer
 
25. What are the tools for oracle?
 
  • SQL*plus
  • PL/SQL
  • Forms
  • Reports
  Posted by Hatem. (Oct 29, 2013 )
 

Enterprise Manager.

Your Name Your Email-ID
Your Answer