What does “select count(1) from tab” result?
Answer Posted / mahi
It will give the latest row of the table.
| Is This Answer Correct ? | 2 Yes | 51 No |
Post New Answer View All Answers
How do you delete data from a table?
What is the difference between python and sql?
How would you reference column values before and after you have inserted and deleted triggers?
How show all rows in sql?
Can you have a foreign key without a primary key?
What is the difference between execution of triggers and stored procedures?
What is cte?
What is a sql statement?
Explain cursor types?
What does varchar include?
Can we create clustered index without primary key?
What is varchar data type in sql?
how to check server status with 'mysqladmin'? : Sql dba
Explain how to use transactions efficiently : transact sql
Explain the difference between sql and mysql.