Docsity
Docsity

Prepara tus exámenes
Prepara tus exámenes

Prepara tus exámenes y mejora tus resultados gracias a la gran cantidad de recursos disponibles en Docsity


Consigue puntos base para descargar
Consigue puntos base para descargar

Gana puntos ayudando a otros estudiantes o consíguelos activando un Plan Premium


Orientación Universidad
Orientación Universidad


base de datos en java, Apuntes de Informática

Asignatura: bases de datos, Profesor: , Carrera: I. T. Infor. Gestión, Universidad: UCA

Tipo: Apuntes

2012/2013

Subido el 20/09/2013

andres_ts
andres_ts 🇪🇸

4

(1)

1 documento

1 / 2

Toggle sidebar

Esta página no es visible en la vista previa

¡No te pierdas las partes importantes!

bg1
Example Depot
Useful code samples
Search
Java Tutorials
lynda .com/Jav a
Java Video Tuto rials
tau ght by e xperts .
Le arn Mo re.
SQL S erver
Performance
ww w .ma na g ee n gine .co m
Mon itor DB p erforma nce
& Se rver. Easy setu p.
Dow nload Now!
Turbo
Programmers
Wanted
Turbo Squid.co m/Jobs
Cre ative P rojects
Adva ncing The Top
On line 3D M arket place .
Join U s!
Free ERwin Trial
ww w .Sa n dh illCo ns ulta n ts .com
Try the market -lead ing
da ta mod eling a nd
da taba se d esig n too l
Database Support
ww w .re mo te -db a-s up po rt.co m
24x7 remote data bas e
su ppor t for all yo ur
critical d atab ase
sys tems
Java » Java packages » java.sql » Tables
Creating a Database Table
This example creates a table called my_table with one column, col_string, which holds strings.
COPY
try {
Statement stmt =
connection
.createStatement();
// Create table called my_table
String sql =
"CREATE TABLE my_table(col_string VARCHAR(254))"
;
stmt.executeUpdate(sql);
} catch (SQLException e) {
}
Related examples
Creating a MySQL Table to Store Java Types
Creating a SQLServer Table to Store Java Types
Creating an Oracle Table to Store Java Types
Deleting a Database Table
Listing All Table Names in a Database
Comments
1 Apr 201 1 - 12:15pm by Ano nymous (not verified)
hi
6 Jun 2012 - 12:56pm by Anonymous (not verified)
sup
26 Jun 2012 - 12:20pm by Anonymous (not verified)
wurd,...
1 Jul 2012 - 7:08pm by Jes us (not verified)
There are no words to ds ecribe how bod acious t his is.
Post a comment
Your name:
Comment: *
More information about formatting options
CAPTCHA
This ques tion is for test ing whether you are a human visitor and to pr event auto mated spam
submissions .
What code is in the image?: *
Home
Java
Contact
Blog
con verted by We b2PDF Conv ert.com
pf2

Vista previa parcial del texto

¡Descarga base de datos en java y más Apuntes en PDF de Informática solo en Docsity!

Example Depot

Useful code samples

Search

Java Tutorials

lynda.com/Java Java Video Tutorials taught by experts. Learn More.

SQL Server

Performance

w w w .manageengine.com… Monitor DB performance & Server. Easy setup. Dow nload Now!

Turbo

Programmers

Wanted

TurboSquid.com/Jobs Creative Projects Advancing The Top Online 3D Marketplace. Join Us!

Free ERwin Trial

w w w .SandhillConsultants.com… Try the market-leading data modeling and database design tool

Database Support

w w w .remote-dba-support.com… 24x7 remote database support for all your critical database systems

Java » Java packages » java.sql » Tables

Creating a Database Table

This example creates a table called my_table with one column, col_string, which holds strings.

COPY try { Statement stmt = connection.createStatement(); // Create table called my_table String sql = "CREATE TABLE my_table(col_string VARCHAR(254))"; stmt.executeUpdate(sql); } catch (SQLException e) { }

Related examples

Creating a MySQL Table to Store Java Types

Creating a SQLServer Table to Store Java Types

Creating an Oracle Table to Store Java Types

Deleting a Database Table

Listing All Table Names in a Database

Comments

1 Apr 2011 - 12:15pm by Anonymous (not verified)

hi

6 Jun 2012 - 12:56pm by Anonymous (not verified)

sup

26 Jun 2012 - 12:20pm by Anonymous (not verified)

wurd,...

1 Jul 2012 - 7:08pm by Jesus (not verified)

There are no words to dsecribe how bodacious this is.

Post a comment

Your name:

Anonymous

Comment: *

More information about formatting options

CAPTCHA

This question is for testing whether you are a human visitor and to prevent automated spam

submissions.

What code is in the image?: *

Home Java Contact Blog converted by Web2PDFConvert.com

Enter the characters show n in the image. Ignore spaces and be careful about upper and low er case. Post Login | Terms of Use | Trademarks | Privacy Statement Copyright © 2009 Example Depot. All Rights Reserved. converted by Web2PDFConvert.com