What is the datatype returned by count(*)
Answer Posted / awi (focus)
count(*) return Int Data Type
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What do you understand by a view? What does the with check option clause for a view do?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
What do you understand by sql server agent?
Can two tables share a primary key?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What is a covering index?
What is an indice?
How do I uninstall sql server 2014?
What are the disadvantages of primary key and foreign key in SQL?
What is the use of group by clause?
Explain the different index configurations a table can have?
What is the command used to recompile the stored procedure at run time?
What are the main differences between #temp tables and @table variables and which one is preferred?
What is 3nf normalization?
How to connect php with different port numbers?