diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/DatabaseSchemaPage/DatabaseSchemaPage.component.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/DatabaseSchemaPage/DatabaseSchemaPage.component.tsx
index 84bb2ddd8de..8d0fcb4c2b4 100644
--- a/openmetadata-ui/src/main/resources/ui/src/pages/DatabaseSchemaPage/DatabaseSchemaPage.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/pages/DatabaseSchemaPage/DatabaseSchemaPage.component.tsx
@@ -610,14 +610,16 @@ const DatabaseSchemaPage: FunctionComponent = () => {
rowKey="id"
size="small"
/>
-
+ {tableInstanceCount > PAGE_SIZE && tableData.length > 0 && (
+
+ )}
>
);
};