diff --git a/src/content/docs/workshop/db2i/assets/schemas_1.png b/src/content/docs/workshop/db2i/assets/schemas_1.png new file mode 100644 index 0000000..72e293d Binary files /dev/null and b/src/content/docs/workshop/db2i/assets/schemas_1.png differ diff --git a/src/content/docs/workshop/db2i/assets/schemas_2.png b/src/content/docs/workshop/db2i/assets/schemas_2.png new file mode 100644 index 0000000..4ca9328 Binary files /dev/null and b/src/content/docs/workshop/db2i/assets/schemas_2.png differ diff --git a/src/content/docs/workshop/db2i/assets/schemas_3.png b/src/content/docs/workshop/db2i/assets/schemas_3.png new file mode 100644 index 0000000..e4b9024 Binary files /dev/null and b/src/content/docs/workshop/db2i/assets/schemas_3.png differ diff --git a/src/content/docs/workshop/db2i/assets/schemas_4.png b/src/content/docs/workshop/db2i/assets/schemas_4.png new file mode 100644 index 0000000..a9db145 Binary files /dev/null and b/src/content/docs/workshop/db2i/assets/schemas_4.png differ diff --git a/src/content/docs/workshop/db2i/assets/schemas_5.png b/src/content/docs/workshop/db2i/assets/schemas_5.png new file mode 100644 index 0000000..42b744f Binary files /dev/null and b/src/content/docs/workshop/db2i/assets/schemas_5.png differ diff --git a/src/content/docs/workshop/db2i/assets/schemas_6.png b/src/content/docs/workshop/db2i/assets/schemas_6.png new file mode 100644 index 0000000..f64ef33 Binary files /dev/null and b/src/content/docs/workshop/db2i/assets/schemas_6.png differ diff --git a/src/content/docs/workshop/db2i/index.mdx b/src/content/docs/workshop/db2i/index.mdx index 899b356..1df68c9 100644 --- a/src/content/docs/workshop/db2i/index.mdx +++ b/src/content/docs/workshop/db2i/index.mdx @@ -407,18 +407,78 @@ cl: dspffd sample/employee ### Intro -Schema Browser is.... +Schema Browser is a view where users can explorer schemas, and SQL objects inside of those schemas. Additionally, context options on some objects as well as viewing columns or parameters to others. ### Tasks #### 1. Adding and removing schemas +To add schemas to the Schema Browser, select the 'Manage Schema Browser List'. When the list appears, you are able to filter down and select the schemas you want to appear in the list. Select OK when the items have been selected correctly. + + + + +![](./assets/schemas_1.png) + + + +![](./assets/schemas_2.png) + + + #### 2. Browsing schemas + + + +When schemas are expanded, objects are grouped by object type. Expanding a type will show the objects in that schema of that type. + +Tables and views have a button on each item to quickly view the data, which will open a new SQL document with a pre-written `select` statement and will automatically execute it. + + + +![](./assets/schemas_3.png) + + + #### 3. Object options + + + +Some objects have right-click context options on there. + +All objects will have the ability to delete and rename. + + + +![](./assets/schemas_4.png) + + + #### 4. Generating SQL + + + +All SQL objects will have the 'Generate SQL' option, which will generate the SQL that can be used to recreate the object. + + + + + +![](./assets/schemas_5.png) + + + +#### 5. Filtering / searching a schema + +All schemas have the ability to filter objects in a schema to find something specific. Click on the 🔎 (search) icon, which will show a input box where a case-insensitive name can be provided. + +![](./assets/schemas_6.png) + --- ## Visual Explain