\name{auto.fk.name} \alias{auto.fk.name} \title{Generating the foreign key name for a referenced table} \description{ \code{auto.fk.name} this function creates a foreign key name for the referenced table name submitted (simply by appending "\_fk"). } \usage{ auto.fk.name(name) } \arguments{ \item{name}{The table name.} } \details{ } \references{} \author{Johannes Rainer} \seealso{ } \examples{ } \keyword{data}