Answer Posted / sourisengupta
ROW_ID is a pseudo column in each table. This column is
appended by default to every table that is created.You can
dentify each row by this column.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many tables can you join in sql?
What is left inner join in sql?
Is id a reserved word in sql?
What is offset in sql query?
What is the primary use of normalization?
What are the three pl sql block types?
What is example of database?
What is a database? Explain
Does execute immediate commit?
Is natural join same as inner join?
What are different types of keys?
What is dialect in sql?
How to know the last executed procedure?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
How do I find duplicates in the same column?