list of table with no constraint
007Jan 24 2011 — edited Jan 24 2011hi,
i want to get the list of table which does not have primary key from a list of 100 tables. i am using the user_constraints table with the 100 tables list in WHERE clause for getting the list,but there are about 20 tables with no constraints on it . So that those table is not included in the user_constraints. Can anyone help me in getting the sql query to retrive the list of tables with no primary key along with the tables that dont have any constraint on it?????????
thanks in advance