# 5. Our first table

![](/files/-MDZ8dgO7f1ya7rGfLUW)

![](/files/-MDZ8vo0VrnjxtjO6Qh_)

Start the data generator used in the previous example.

![](/files/-MDZ97J7_lA4MFJCHNEO)

Use user-profile-pretty.ksql

![](/files/-MDZ9MpCTpjOoNMkHN9m)

![](/files/-MDZ9SkuyJw7HhyzDGYi)

Run script using run script command .

![](/files/-MDZBVY_uuzHu1MUzaLN)

Now to check the definition of our script  :

\>> describe extended user-profile-pretty

![](/files/-MDZC3B5x72KPQKDNcQz)

![](/files/-MDZBpUg1UAUAaAMcsJT)

Now run the select query again to check the result of above script :

![](/files/-MDZCVPu-XZlKPQOy8qX)

![](/files/-MDZCeHxf9eP3XiGitTy)

And if we want to drop the stream then first we need to TERMINATE it & then DROP.

&#x20;

![](/files/-MDZDA4WgKYmjvGXzB99)

DROP STREAM AS WELL AS TOPIC.

![](/files/-MDZDT9XmX-aG1-FUncc)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://architectures.gitbook.io/project/apahce-kafka/ksql-on-ksqldb-for-stream-processing/ksql-basics/5.-our-first-table.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
