use master
go
create database han
go
use han
go
create schema dbo
go
create table crypto
(
timestamp datetime not null,
value float not null
constraint crypto_pk
primary key nonclustered
)
go
-
Notifications
You must be signed in to change notification settings - Fork 0
joeystoffels/ADT-RDT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|