What does “select count(1) from tab” result?
Answer Posted / ali
A column function does not use any column name.
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
Why is theta join required?
what are the 'mysql' command line arguments? : Sql dba
What is mutating error in pl sql?
What is a full join sql?
what is a unique key ? : Sql dba
what is data manipulation language? : Sql dba
How do you rename a table in sql?
What are all the different types of indexes?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What is a crud api?
What are types of exception?
What is a parameter query?
Where is sql database stored?
What is the difference between local variables and global variables?
what is query cache in mysql? : Sql dba