home / database

Menu
  • GraphQL API

genresteammapplink

Table actions
  • GraphQL API for genresteammapplink

Data source: steam-to-sqlite

47 rows where genre_pk = 32

✎ View and edit SQL

This data as json, CSV (advanced)

Link genre_pk steam_app_pk
32,4655 32 32 Robotpencil Presents: Character Design - Realistic Believable 4655
32,4660 32 32 Robotpencil Presents: Character Design - Gesture and Style 4660
32,4668 32 32 Kalen Chock Presents: Castle Color 4668
32,4675 32 32 Kalen Chock Presents: Forest 4675
32,4967 32 32 Aprenda Como Criar Jogos 4967
32,8351 32 32 Robotpencil Presents: Creature Design: Chaos to Structure 8351
32,9796 32 32 Arma 3 Community Guide Series 9796
32,11425 32 32 Z3TA+ 2 Explained - Video Tutorial by Groove3 11425
32,11869 32 32 Robotpencil Presents: Develop A Workflow 11869
32,11876 32 32 Robotpencil Presents: Art of Speed Painting 11876
32,11893 32 32 Robotpencil Presents: How To Improve Your Weaknesses 11893
32,11902 32 32 Robotpencil Presents: Painting Rusty Armor 11902
32,11915 32 32 Robotpencil Presents: Power of Lighting 11915
32,12286 32 32 Robotpencil Presents: Creature Design: Magical 12286
32,12374 32 32 ULTIMATE Career Guide: 3D Artist 12374
32,16524 32 32 Kalen Chock Presents: 3D Sketching 2.0 16524
32,16534 32 32 Kalen Chock Presents: Graphic Sketching 2.0 16534
32,16544 32 32 Kalen Chock Presents: Sketching with Photography 16544
32,16861 32 32 Kalen Chock Presents: Painting From Abstraction 16861
32,20158 32 32 Blender Character Rigging for Beginners HD 20158
32,29688 32 32 Blender Character Modeling For Beginners HD 29688
32,31966 32 32 UnrealMAX: Curso de Gamedev 31966
32,46691 32 32 Robotpencil Presents: Insight: Design Practically 46691
32,47916 32 32 Robotpencil Presents: Insight: Design Cool Factor 47916
32,52817 32 32 Intro to Prop Sculpting and Texturing 52817
32,57480 32 32 Kalen Chock Presents: Castle Compositions 57480
32,57583 32 32 Robotpencil Presents: Blender to Concept: Sculpting and Paintover 57583
32,64943 32 32 Figure Drawing Fundamentals 64943
32,65958 32 32 Mech Tutorial - 3Ds Max & Substance Painter 65958
32,66561 32 32 Robotpencil Presents: Brush Economy 66561
32,67364 32 32 Marmoset Toolbag 3 - Portfolio ready renders 67364
32,68079 32 32 Master Car Creation in Blender 68079
32,75096 32 32 Robotpencil Presents: Rapid Designing 75096
32,77660 32 32 Portrait Drawing Fundamentals Course 77660
32,85348 32 32 Robotpencil Presents: Touching Up Sketches 85348
32,98319 32 32 Sea Smackdown 98319
32,102364 32 32 Robotpencil Presents: Insight: Design Cool and Practical 102364
32,102381 32 32 Robotpencil Presents: Insight: How to Study Better 102381
32,102398 32 32 Robotpencil Presents: Insight: Tools of Practice 102398
32,102411 32 32 How to create a Multiplayer First Person Shooter (FPS) 102411
32,108285 32 32 Robotpencil Presents: Exercise: Color Practice 108285
32,110274 32 32 Robotpencil Presents: Exercise: Brushwork 110274
32,110292 32 32 Robotpencil Presents: Start with Color 110292
32,113282 32 32 Robotpencil Presents: Understanding 3D for Concept 113282
32,113294 32 32 Robotpencil Presents: Creative Composition 113294
32,113309 32 32 Kalen Chock Presents: 2017 Free Tutorial 113309
32,113948 32 32 CAT SUDOKU🐱 113948

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "genresteammapplink" (
	genre_pk INTEGER NOT NULL, 
	steam_app_pk INTEGER NOT NULL, 
	PRIMARY KEY (genre_pk, steam_app_pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk), 
	FOREIGN KEY(genre_pk) REFERENCES genre (pk)
);
Powered by Datasette · Queries took 3.697ms · Data source: steam-to-sqlite