You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use master
go
createdatabasehan
go
use han
go
createschemadbo
go
createtablecrypto
(
timestamp datetime not null,
value float not nullconstraint crypto_pk
primary key nonclustered
)
go