Categories: Oracle FAQs, Interview Questions

Issue time12:56:42 pm, by admin_sippsin Email 515 views
Categories: Interview Questions
A candidate key is one that can identify each row of a table uniquely. Generally a candidate key becomes the primary key of the table. If thetable has more than one candidate key, one of them will become the primary key, and the rest are called alternate… more »
Issue time08:10:14 am, by admin_sippsin Email 142 views
Categories: Oracle FAQs
  A column defined as UNIQUE  can contain NULL while a column defined as PRIMARY KEY cannot contain NULL. As you may know Oracle treats each NULL unique. more »
Issue time05:19:48 am, by moderator_damian Email 332 views
Categories: Oracle FAQs, Oracle General, Interview Questions
Finding grants on the object Fire the below query on user_tab_privs table to find the grants and their details. SELECT * FROM user_tab_privs; more »
Issue time05:08:07 am, by moderator_damian Email 143 views
Categories: Oracle FAQs, Oracle General
How to find the Oracle version of a particular database? Use of either of these queries below: select * from v$versionselect * from product_component_version  more »

Search

OraclePassport Members

XML Feeds

Hit Counter

Powered by b2evolution