\name{auto.pk.name}
\alias{auto.pk.name}
\title{Generating the primary key name for a table}
\description{
  \code{auto.pk.name} this function creates a primary key name for the table name submitted (simply by appending "\_pk"). 
}
\usage{
auto.pk.name(name)
}
\arguments{
  \item{name}{The table name.}
}
\details{
}
\references{}
\author{Johannes Rainer}

\seealso{
}

\examples{
}

\keyword{data}