Some Comments on Tables Accessing tables of other users: Provided that a user has the privilege to access tables of other users. This table can be accessed by other (privileged) users using the comman… more →
Things i learn and wanna shareLakshmi Sravanthi Chowdam wrote 3 months ago: Here’s a handy query for finding duplicates in a table. Suppose you want to find all email add … more →
me2blog wrote 1 year ago: Some Comments on Tables Accessing tables of other users: Provided that a user has the privilege to a … more →
me2blog wrote 1 year ago: Each table has a unique name and consists of: 1. Rows: contains the stored information, each row con … more →
Admin wrote 1 year ago: To pass the parameter to stored procedure to get it executed at the run time, param2 varchar2(50); B … more →