Answer Posted / bj
select count(1) from <table_name>;
By this also we can count no of rows in a table.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is the source code of a program?
What is the need of merge statement?
What is the sql query to display the current date?
Does execute immediate commit?
What are the different types of database management systems?
Which is faster union or join?
Which is the correct statement about truncate and delete?
Why trigger is used in sql?
what are ddl statements in mysql? : Sql dba
Is sqlexception checked or unchecked?
What is meaning of <> in sql?
What is nested table in pl sql?
Define a temp table?
How can a function retun more than one value in oracle with proper example?
Is foreign key mandatory?