Select the appropriate statement to find all bookstores where the value of the specialty attribute is equal to "textbooks".( )
/bookstore[@specialty = "textbooks"]
/bookstore[specialty = "textbooks"]
/bookstore[@specialty = textbooks]
/bookstore(@specialty = "textbooks")