Welcome to Brnfullstack

Application development and sharing our knowledge to developer to developer for helping knowledge to build a effective solution for web architect.

Pages

  • Home
  • About Us
  • Contact Us
  • Youtube Channel
  • AngularJs2
  • NodeJs
  • CoreJava
  • Android App
  • Mangodb
  • Tutorial
  • Cookie Policy

Tuesday, July 29, 2014

count all table in a database in oracle query

SELECT COUNT(*) FROM USER_TABLES;
 
or
 
SELECT Count(*) FROM DBA_TABLES; 

Posted by Solution & Technologies finder at 7:29 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

Sunday, July 13, 2014

How to count the number of columns in a table using SQL?

select count(*) 
from user_tab_columns
where table_name='table name'
Posted by Solution & Technologies finder at 9:13 AM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
View mobile version
Subscribe to: Posts (Atom)

Translate

Search This Blog

Fb phptechnicalgroups

coursera

Snap Java Android App

Get it on Google Play

Popular Posts

  • php mysql experienced interview questions and answers?
  • php top list common PHP design patterns
  • what is ACID use in PHP??
  • How to publish the nodeJS custom module version using command steps
  • JavaScript interview questions asked by many companies for 2021
  • How to mock specific method mockImplementation jest in nodejs?
  • how to configure microservice CDK package.json
  • AngularJs interview question and answer for fresher and experienced
  • Difference between MySQL function and mysql procedure
  • how to search one view used in other views in oracle?

Blog Archive

  • ►  2024 (1)
    • ►  September (1)
  • ►  2023 (1)
    • ►  January (1)
  • ►  2022 (1)
    • ►  November (1)
  • ►  2021 (3)
    • ►  August (3)
  • ►  2020 (5)
    • ►  December (1)
    • ►  July (2)
    • ►  February (2)
  • ►  2019 (1)
    • ►  November (1)
  • ►  2018 (18)
    • ►  October (1)
    • ►  September (2)
    • ►  August (3)
    • ►  July (2)
    • ►  May (1)
    • ►  March (1)
    • ►  February (4)
    • ►  January (4)
  • ►  2017 (10)
    • ►  December (2)
    • ►  October (3)
    • ►  July (2)
    • ►  January (3)
  • ►  2016 (5)
    • ►  September (1)
    • ►  August (2)
    • ►  April (1)
    • ►  March (1)
  • ►  2015 (7)
    • ►  December (2)
    • ►  November (1)
    • ►  October (1)
    • ►  September (1)
    • ►  May (1)
    • ►  April (1)
  • ▼  2014 (32)
    • ►  December (2)
    • ►  November (6)
    • ►  October (1)
    • ►  September (2)
    • ►  August (5)
    • ▼  July (2)
      • count all table in a database in oracle query
      • How to count the number of columns in a table usin...
    • ►  June (1)
    • ►  May (1)
    • ►  April (7)
    • ►  March (1)
    • ►  February (2)
    • ►  January (2)
  • ►  2013 (266)
    • ►  December (15)
    • ►  November (29)
    • ►  October (12)
    • ►  September (20)
    • ►  August (18)
    • ►  July (12)
    • ►  June (8)
    • ►  May (36)
    • ►  April (16)
    • ►  March (17)
    • ►  February (47)
    • ►  January (36)
  • ►  2012 (73)
    • ►  December (11)
    • ►  November (7)
    • ►  October (14)
    • ►  September (20)
    • ►  August (21)

Contact Us

Name

Email *

Message *

phptechnicalgroups. Simple theme. Powered by Blogger.