Answer Posted / saravanan p
Please find the below query in which, the tables are
selected depends the column name empNo.
select table_name from information_schema.columns where
column_name='empNo'
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
You notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it?
How self join is different from outer join?
What is merge statement?
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What is snapshot parameter in ssrs?
How global temporary tables are represented and its scope?
What are the source of constraints?
What is apply operator in sql?
What are the joins in sql server? : sql server database administration
What is pessimistic concurrency?
What is recompile sql server?
How do I completely remove sql server instance?
How to find the login name linked to a given user name?
Tell me what is de-normalization and what are some of the examples of it?
What is the difference between row_number and dense_rank?