#' MySQL Keywords
#'
#' A dataset containing a list of MySQL keywords and whether or not they are reserved
#'
#' @format A data frame with 565 rows and 2 variables:
#' - `value`
#' - `reserved`
#'
#'
#' @source <https://dev.mysql.com/doc/refman/5.5/en/keywords.html#keywords-5-5-detailed-U>
"keywords"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.