Question
What was ISO 17799 originally called?

Answers





Search
Can you Answer!!
  • Q How can I pass optional or keyword parameters from one function to another?
  • Q explain accessory digestive organ
  • Q What we have to use to make collection as a strong type?
  • Q What is rhombencephalon
  • Q 4 thieves rob a bakery of the breadone after the other. each thief takes half of what is present ,& half a bread.if at the end 3 bread remains,what is the no of bread that was present initiallly?
  • Q The idea of Single Citizenship is borrowed from:
  • Q Transfer orders vs item reclass journal?
  • Q Discuss the problem of Knowledge and cognition in Atmopsdesastakam.
  • Q Discuss the role of ethics in helping relationships.
  • Q Mughal Dynasty was established by?
  • Q What is the difference between delete and truncate command of SQL? a) DROP command removes a table from the database & TRUNCATE removes all rows from a table b) TRUNCATE TABLE cannot activate a trigger because the operation does not log individual row deletions.& Delete activates a trigger because the operation are logged individually c) TRUNCATE TABLE always locks the table and page but not each row & DELETE statement is executed using a row lock, each row in the table is locked for deletion d) All of the above