Recently in MySQL Category

This SQL Snippet get a list of all the tables under a user:

select * from user_objects where object_type = 'TABLE';

This SQL Snippet will get you a list of all the sequences in a DB Schema for the user tables

select * from user_sequences


This SQL Snippet will get you a list of all the view in a DB Schema for the user tables

select * from user_views;

Happy Coding :)

Pages

About this Archive

This page is an archive of recent entries in the MySQL category.

LiveCycle is the previous category.

Oracle is the next category.

Find recent content on the main index or look in the archives to find all content.

Categories