12/27/2023

Home owner's coverage A B C D E F, what does those mean?

 Homeowners Coverage (towneinsurance.com)


  1. Coverage A, Dwelling
  2. Coverage B, Other Structures
  3. Coverage C, Personal Property
  4. Coverage D, Loss of Use
  5. Coverage E, Personal Liability
  6. Coverage F, Medical Payments

12/13/2023

MS SQL learning note

  •  comments:  /* comments */ or --comments
  • Right click on a table -> "Select TOP 1000 Rows" will run the script below:
    • SELECT TOP (1000) [RoomID]
    •       ,[RoomNumber]
    •       ,[BedType]
    •       ,[Rate]
    •   FROM Table.[ROOMS]