What does “select count(1) from tab” result?
Answer Posted / phani
It returns the count of all tables for that user.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is sql*plus?
define sql delete statement ? : Sql dba
How do I find duplicates in two columns?
What is the usage of nvl function?
How to connect a sql*plus session to an oracle server?
what is 'mysqldump'? : Sql dba
What is the process of copying data from table a to table b?
What mean sql?
Is join and inner join the same?
Mention what is the use of function "module procedure" in pl/sql?
What is a trigger in sql?
How to fetch alternate records from a table?
Which is faster count (*) or count 1?
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.
What are properties of the transaction?