How to count the no of records of a table without using
COUNT function?
Answer Posted / sudhakar & co
select rownum from table_name;
| Is This Answer Correct ? | 1 Yes | 12 No |
Post New Answer View All Answers
Can you sum a count in sql?
How many sql core licenses do I need?
How do you explain an index?
What does the argument [or replace] do?
What does pl sql developer do?
What is a function in oracle pl sql?
Explain how can you save or place your msg in a table?
What is where clause in sql?
what is a database transaction? : Sql dba
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
Are pl sql variables case sensitive?
Explain the types of joins in sql?
How can the performance of a trigger be improved?
In a distributed database system, can we execute two queries simultaneously?
Is ms sql is free?