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
How to turn on the mssql api module in php?
What stored by the msdb? : sql server database administration
How to configure and test odbc dsn settings?
What are commonly used mssql functions in php?
What is a raid and what are different types of raid configurations?
What is the main difference between ‘between’ and ‘in’ condition operators?
How to delete duplicate records based on single column from a table?
how you can get the list of largest tables in a database? : Sql server administration
What is a user-defined function in the sql server and what is its advantage?
How to connect of datebase with sql express.?
Which is faster statement or preparedstatement?
What are partitioned views and distributed partitioned views?
What is stored in the mssqlsystemresource database? : sql server database administration
Explain what is row_number function?
How to select some specific rows from a table in ms sql server?