Answer Posted / gunturajesh
select count(*) from table will give the number of rows in
the table including null values
| Is This Answer Correct ? | 32 Yes | 3 No |
Post New Answer View All Answers
What is clause in sql?
What is aggregate function in sql?
Can we write dml inside a function in sql server?
how to install mysql? : Sql dba
Explain commit, rollback and savepoint.
Is sql a oracle?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
What are the types of index in sql?
how to use like conditions? : Sql dba
what is data integrity? : Sql dba
Write the alter statement to enable all the triggers on the t.students table.
Show the two pl/sql cursor exceptions.
What is oracle and pl sql?
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba