Skip to content

joeystoffels/ADT-RDT

Repository files navigation

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

About

HAN data generation app

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages