46 questions
Hello, everyone I am studying web application.We are making a simple web of membership information through eclipse and oracle sql developerWhen you sign up as a member, the data is entered into the or...
In the IT development process of the six-month state-funded course Today, we've started a new journey with a book called Oracle SQL and PL/SQL, which are easy to learn with a variety of examples.There...
SELECT dayName, round(sum(REVIEW_GRADE)/count(*),1) as dayAvg FROM ( SELECT A.REVIEW_SEQ, A.REVIEW_DTTM, B.REVIEW_RATING_TYP_CCD, B.REVIEW_GRADE, TO_CHAR(TO_DATE(a.REVIEW_DTTM, 'yyyymmddHH2...
List<String> type =getJdbcTemplate().query( SQL , new String[] {id, id}, new RowMapper<String>() {SELECT USER_TYPEFROM ( SELECT 'user' as USER_TYPE FROM TABLE_USER WHERE USER_ID=? UNI...
Column Sender | Message Code | Contents | Recipient | Time Sent A ME-1 AA B 12:30 A ME-1 AA B 12:32 B ME-1 AA A 12:31 B ME-1 AA A 12:33 A ME-1 AA C 12:30 A ME-1 AA C 12:32 C ...
I want to set the same string to always be entered in one property in the table.What should I do>?
There are two columns in one table, and I want to check only the ones with the same values.For example, there are columns of seq1 and seq2, and these two columns have the same sequence value I want to...
I'm planning a car rental systemWe are implementing a function that shows the rental area on the next screen after inserting the rental area and the return area on the web. There are other columns in ...
CREATE VIEW C_R ASSELECT LICENSEPLATE, CARNAME, CARMODEL, CARCOM, CONDITION, FUEL, RENT, PASSENGER, DISTANCEFROM CAR_RELATIONS CR, CAR CA, CARMODEL CM, CARCOM CO, PASSENGER PG, RENT RT, FUEL FL, CONDI...
On the reservation table, there are columns such as SYSDATE, rental fee, rental date, return date, payment amount, and final payment amount.When the rental fee is 30,000 won per day, When I rented it ...
« | - 4 - | » |
© 2025 OneMinuteCode. All rights reserved.