What are magic tables in sql server?



What are magic tables in sql server?..

Answer / Surya Kant Srivastav

In SQL Server, magic tables do not exist as such. However, the term is sometimes used to refer to internal system tables that are not intended for user interaction and should be considered sensitive or dangerous to query directly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

can a database be shrunk to 0 bytes, if not, why? : Sql server administration

1 Answers  


Every night you run a full backup after every 3 three hours you make a differential backup every hour you make an incremental backup in a worst-case scenario, how much work you can lose?

1 Answers  


What is the use of for clause?

1 Answers  


What are the approximate numeric data types?

1 Answers  


Explain sql delete command?

1 Answers  


What are the steps you should follow to start sql server in single-user mode?

1 Answers  


where can you add custom error messages to sql server? : Sql server administration

1 Answers  


What are the functions in sql server?

1 Answers  


What is explicit mode in sql server?

1 Answers  


What do you think of this implementation? Can this be implemented better?

1 Answers  


How you can find out if an index is useful to the optimizer?

1 Answers  


What are the differences between decimal and float in ms sql server?

1 Answers  


Categories