Cite This Page
Bibliographic details for Parameterized SQL statement
- Page name: Parameterized SQL statement
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 28 August 2022 00:52 UTC
- Date retrieved: 6 February 2023 23:02 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071
- Page Version ID: 328071
Citation styles for Parameterized SQL statement
APA style
Parameterized SQL statement. (2022, August 28). Rosetta Code, . Retrieved 23:02, February 6, 2023 from https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071.
MLA style
"Parameterized SQL statement." Rosetta Code, . 28 Aug 2022, 00:52 UTC. 6 Feb 2023, 23:02 <https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071>.
MHRA style
Rosetta Code contributors, 'Parameterized SQL statement', Rosetta Code, , 28 August 2022, 00:52 UTC, <https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071> [accessed 6 February 2023]
Chicago style
Rosetta Code contributors, "Parameterized SQL statement," Rosetta Code, , https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071 (accessed February 6, 2023).
CBE/CSE style
Rosetta Code contributors. Parameterized SQL statement [Internet]. Rosetta Code, ; 2022 Aug 28, 00:52 UTC [cited 2023 Feb 6]. Available from: https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071.
Bluebook style
Parameterized SQL statement, https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071 (last visited February 6, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Parameterized SQL statement --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071", note = "[Online; accessed 6-February-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Parameterized SQL statement --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Parameterized_SQL_statement&oldid=328071}", note = "[Online; accessed 6-February-2023]" }