Sign in
◑
Theme
third-party-mirror
/
glassfish
/
ce539d058f334c06b9727ab6c3873b382d6cb6f8
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
transaction
/
ee
/
cli
/
sql
/
create.sql
blob: c676d51d755b41ec567eb81bba99626143953399 [
file
]
drop
table
student
;
create
table
student
(
id varchar
(
255
)
primary
key
not
null
,
name varchar
(
255
));