What is the use of count (*) in sql?
No Answer is Posted For this Question
Be the First to Post Answer
what is 'mysqladmin' in mysql? : Sql dba
Does access use sql?
what is online transaction processing (oltp)? : Sql dba
what are the advantages a stored procedure? : Sql dba
How to get second highest salary from a table
What is the difference between count 1 and count (*) in a sql query?
What is sql profiler in oracle?
What is difference between hql and native sql?
Are stored procedures faster than queries?
When we can declare a column as Unique and Not Null both at the same time. What is the use pf Primary Key then?
2 Answers Accenture, Unisoft Infotech,
Can we have two clustered index on a table?
Let us suppose we have a table with structure in order empno empname empdesig empcountry and now i want to re-organize the columns of this table to empno empdesig empname empcountry how can i do this with queries ? assume that table contains the data.