Database reference - demo

demo -  tables -  GROUPO.MarketingInformation

Description

contains marketing information for the sporting goods company 

Table properties

namevalue
nameGROUPO.MarketingInformation
row count10
Maximum size of a single row32,775 bytes

Columns

columndatatypelengthdefaultnullsPKFKUQcomment
IDinteger4 no  yes     
ProductIDinteger4 no    Products.ID       
Descriptionlong varchar32767 yes       

References

name
Products

Foreign key graph

ProductsMarketingInformation

Foreign keys

namecolumnsforeign columnstypecomment
FK_MarketInfoID_IDProductIDProducts.ID    

Sample rows

IDProductIDDescription
901  300  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Tee Shirt... 
902  301  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Tee Shirt... 
903  302  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Tee Shirt... 
904  400  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Baseball ... 
905  401  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Baseball ... 
906  500  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Visor</ti... 
907  501  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Visor</ti... 
908  600  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Sweatshir... 
909  601  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Sweatshir... 
910  700  <html><head><meta http-equiv=Content-Type content="text/html; charset=windows-1252"><title>Shorts</t... 

Code

CREATE TABLE "GROUPO"."MarketingInformation" (
    "ID"                             integer NOT NULL
   ,"ProductID"                      integer NOT NULL
   ,"Description"                    long varchar NULL
   ,CONSTRAINT "MarketingKey" PRIMARY KEY ("ID") 
)



Documentation generated by SqlSpec