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
Explain for xml explicit mode?
What is resultset concur_updatable?
what are constraints? : Sql server database administration
What is the difference between DataRow.Delete() and DataRow.Remove()?
Explain log shipping and mention its advantages.
How to check what was the last restore transaction LSN in Log shipping or Mirroring? when we don't have a Monitor or witness server.
Can two tables have the same primary key?
According to you what goes into making the best database administrator? : sql server database administration
Does partitioning improve performance sql server?
What are scalar functions?
Explain isolation levels that sql server supports?
What do you mean by subquery?
State a few properties of relational databases?
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
Are resultset updatable?