Which system table contains information on constraints on
all the tables created?
Answer Posted / srao
select * from sysindexes
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
Explain the third normal form(3nf)?
Which sql server table is used to hold the stored procedure script?
Write a sql query to get zero records from a table having n number of records?
What is the purpose of a table?
How you can change a cross join into an inner join?
Explain the steps needed to create a scheduled job?
Explain Reporting Life Cycle?
Explain tables in SQL Azure?
Why we should not use triggers?
what is normalization? Explain different levels of normalization? : Sql server database administration
What is your recommendation for a query running very slow? : sql server database administration
Define normalisation?
Can you explain different types of locks in sql server?
what is a join? : Sql server database administration